X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5283989ac4276aeef30e04acfcd7d167a3710a1f..40e2851e2e2bf5e35063597b30ada01d06d2cc11:/forum/skins/default/templates/subscription_status.html diff --git a/forum/skins/default/templates/subscription_status.html b/forum/skins/default/templates/subscription_status.html index 6539ddd..d97dccd 100644 --- a/forum/skins/default/templates/subscription_status.html +++ b/forum/skins/default/templates/subscription_status.html @@ -1,6 +1,7 @@ -{% load i18n %} - -
{% trans "You are not subscribed to this question." %}
{% endif %}
+
{% if subscription %}
{% trans "unsubscribe me" %}
{% else %}
@@ -21,7 +22,7 @@
{% endif %}
- {% url user_subscriptions id=request.user.id as subscriptions_url %}
+ {% url user_subscriptions id=request.user.id,slug=request.user.username|slugify as subscriptions_url %}
{% blocktrans %}
(you can adjust your notification settings on your profile)
{% endblocktrans %}
@@ -29,3 +30,15 @@
{% else %}
{% trans "Once you sign in you will be able to subscribe for any updates here" %}