X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/204b196b015876b87379c526b3f92e7e396464bd..1003e4c1d2842b351ea3e168d8ac6c20d83ba442:/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 d97dccd..535ea18 100644 --- a/forum/skins/default/templates/subscription_status.html +++ b/forum/skins/default/templates/subscription_status.html @@ -1,44 +1,43 @@ -{% spaceless %} -{% load i18n extra_tags %} -
{% trans "You were automatically subscribed to this question." %}
- {% else %} -{% trans "You are subscribed to this question." %}
- {% endif %} - {% else %} -{% trans "You are not subscribed to this question." %}
- {% endif %} -- {% 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 %} -
-{% else %} -{% trans "Once you sign in you will be able to subscribe for any updates here" %}
-{% endif %} -{% trans "By RSS" %}: - -- - {% trans "Answers and Comments" %} -
-{% endspaceless %} +{% spaceless %} +{% load i18n extra_tags %} +{% trans "You were automatically subscribed to this question." %}
+ {% else %} +{% trans "You are subscribed to this question." %}
+ {% endif %} + {% else %} +{% trans "You are not subscribed to this question." %}
+ {% endif %} ++ {% blocktrans with request.user.get_user_subscriptions_url as subscriptions_url %} + (you can adjust your notification settings on your profile) + {% endblocktrans %} +
+{% else %} +{% trans "Once you sign in you will be able to subscribe for any updates here" %}
+{% endif %} +{% trans "By RSS" %}: + + +{% endspaceless %}