X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f23e8f623a0670883682399799d40abda730ff16..4b20a67ddb4ebea2c6e09d51ee48da5a856edef8:/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..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 %} @@ -29,3 +30,15 @@ {% 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 %}