X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..68b08ed5442bf968f91fed8c3339adcd324c4864:/forum/skins/default/templates/subscription_status.html?ds=inline diff --git a/forum/skins/default/templates/subscription_status.html b/forum/skins/default/templates/subscription_status.html index 8979915..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,10 +22,22 @@
{% endif %}
- {% blocktrans with request.user.get_profile_url as profile_url %}
- (you can adjust your notification settings on your profile)
+ {% 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" %}