X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/92fecfc99bd78efe099c72044901f331e4310599..c78a504deb6278063bebe9c25cf35c333b92eaa6:/forum/skins/default/templates/users/subscriptions_settings.html diff --git a/forum/skins/default/templates/users/subscriptions_settings.html b/forum/skins/default/templates/users/subscriptions_settings.html index 9c88602..7675db3 100644 --- a/forum/skins/default/templates/users/subscriptions_settings.html +++ b/forum/skins/default/templates/users/subscriptions_settings.html @@ -7,18 +7,10 @@ {% blocktrans %} Here you can decide which types of notifications you wish to receive, and their frequency.
{% endblocktrans %} - {% if notificatons_on %} - {% blocktrans %} - Currently you have notifications enabled. You can always stop all notifications without losing your settings and restart them afterwards.
- {% endblocktrans %} - {% else %} - {% blocktrans %} - Currently you have notifications disabled. You can enable them by clicking on the Start notifications button below.
- {% endblocktrans %} - {% endif %}

+ {% csrf_token %} {{ form.errors }} @@ -50,17 +42,6 @@ {% trans "Auto subscribe me to:" %} - - - - -
- {{ form.questions_asked }}{% trans "Questions I ask" %} - - {{ form.questions_answered }}{% trans "Questions I answer" %} - - {{ form.questions_commented }}{% trans "Questions I comment" %} -
{{ form.questions_viewed }}{% trans "Questions I view" %} @@ -101,27 +82,27 @@ + + +
- {% trans "More:" %} + {% trans "Daily Digest:" %}
- {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the
@username
notation" %} + {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %}
- {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %} + {% trans "Notify When I'm Discussed:" %} +
+ {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the
@username
notation" %}
- {% if notificatons_on %} - - {% else %} - - {% endif %}