X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/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 7675db3..dc9db08 100644 --- a/forum/skins/default/templates/users/subscriptions_settings.html +++ b/forum/skins/default/templates/users/subscriptions_settings.html @@ -1,108 +1,108 @@ -{% load i18n %} -{% load extra_tags %} -{% load humanize %} - -

{% trans "Notifications and subscription settings" %}

-

- {% blocktrans %} - Here you can decide which types of notifications you wish to receive, and their frequency.
- {% endblocktrans %} -

-
-
- {% csrf_token %} - {{ form.errors }} - - - - - - - - - - - - - - - - - - - - -
- {% trans "Notify me when:" %} -
{% trans "A new member joins" %}{{ form.member_joins }}
{% trans "A new question is posted" %}{{ form.new_question }}
{% trans "A new question matching my interesting tags is posted" %}{{ form.new_question_watched_tags }}
{% trans "There's an update on one of my subscriptions" %}{{ form.subscribed_questions }}
-

 

- - - - - - - - - -
- {% trans "Auto subscribe me to:" %} -
- {{ form.questions_viewed }}{% trans "Questions I view" %} - - {{ form.all_questions_watched_tags }}{% trans "All questions matching my interesting tags" %} - - {{ form.all_questions }}{% trans "All questions" %} -
-

 

- - - - - - - - - - - - -
- {% trans "On my subscriptions, notify me when:" %} -
- {{ form.notify_answers }}{% trans "An answer is posted" %} - - {{ form.notify_comments_own_post }}{% trans "A comment on one of my posts is posted" %} -
- {{ form.notify_comments }}{% trans "A comment is posted" %} - - {{ form.notify_accepted }}{% trans "An answer is accepted" %} -
-

 

- - - - - - - - - - - - - -
- {% trans "Daily Digest:" %} -
- {{ 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" %} -
-
- -
-
-
+{% load i18n %} +{% load extra_tags %} +{% load humanize %} + +

{% trans "Notifications and subscription settings" %}

+

+ {% blocktrans %} + Here you can decide which types of notifications you wish to receive, and their frequency.
+ {% endblocktrans %} +

+
+
+ {% csrf_token %} + {{ form.errors }} + + + + + + + + + + + + + + + + + + + + +
+ {% trans "Notify me when:" %} +
{% trans "A new member joins" %}{{ form.member_joins }}
{% trans "A new question is posted" %}{{ form.new_question }}
{% trans "A new question matching my interesting tags is posted" %}{{ form.new_question_watched_tags }}
{% trans "There's an update on one of my subscriptions" %}{{ form.subscribed_questions }}
+

 

+ + + + + + + + + +
+ {% trans "Auto subscribe me to:" %} +
+ {{ form.questions_viewed }}{% trans "Questions I view" %} + + {{ form.all_questions_watched_tags }}{% trans "All questions matching my interesting tags" %} + + {{ form.all_questions }}{% trans "All questions" %} +
+

 

+ + + + + + + + + + + + +
+ {% trans "On my subscriptions, notify me when:" %} +
+ {{ form.notify_answers }}{% trans "An answer is posted" %} + + {{ form.notify_comments_own_post }}{% trans "A comment on one of my posts is posted" %} +
+ {{ form.notify_comments }}{% trans "A comment is posted" %} + + {{ form.notify_accepted }}{% trans "An answer is accepted" %} +
+

 

+ + + + + + + + + + + + + +
+ {% trans "Daily Digest:" %} +
+ {{ 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" %} +
+
+ +
+
+