X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f23e8f623a0670883682399799d40abda730ff16..9a075e7d95c3b16c05011410de59196caaa86e66:/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 c489da1..49ec02f 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,11 +22,22 @@
{% endif %}
- {% url user_subscriptions id=request.user.id,slug=request.user.username|slugify as subscriptions_url %}
- {% blocktrans %}
+ {% blocktrans with request.user.get_user_subscriptions_url as subscriptions_url %}
(you can adjust your notification settings on your profile)
{% endblocktrans %}
{% trans "Once you sign in you will be able to subscribe for any updates here" %}