X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..f3b3b737aefbb812828fdec07e188ff8093ccf81:/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 8979915..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 "Subscription" %}:

+{% spaceless %} +{% load i18n extra_tags %} +

{% trans "Follow this question" %}

+{% trans "By Email" %}: {% if request.user.is_authenticated %}
{% if subscription %} @@ -13,7 +14,7 @@

{% trans "You are not subscribed to this question." %}

{% endif %}
-

+

{% if subscription %} {% trans "unsubscribe me" %} {% else %} @@ -21,10 +22,23 @@ {% endif %}

- {% blocktrans with request.user.get_profile_url as profile_url %} - (you can adjust your notification settings on your profile) + {% 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" %} +

+

+ + {% trans "Answers and Comments" %} +

+{% endspaceless %}