Implement unsubscribe route to delete subscriptions

This commit is contained in:
Maximilian Grundke
2017-09-13 11:57:34 +02:00
parent 0e8df9d738
commit cea2781417
5 changed files with 52 additions and 1 deletions

View File

@@ -651,3 +651,6 @@ en:
comments:
deleted: "Deleted"
save_update: "Save"
subscriptions:
successfully_unsubscribed: "You successfully unsubscribed from this Request for Comment"
subscription_not_existent: "The subscription you want to unsubscribe from does not exist."