X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/832ab5f1709152367418016e453dc8142a7ac476..3d835e01926aeec21f78df2012567cdd2f2f7f07:/forum/skins/default/templates/users/subscriptions.html diff --git a/forum/skins/default/templates/users/subscriptions.html b/forum/skins/default/templates/users/subscriptions.html index f55245e..a27c0fe 100644 --- a/forum/skins/default/templates/users/subscriptions.html +++ b/forum/skins/default/templates/users/subscriptions.html @@ -16,7 +16,7 @@ {% endblocktrans %} {% else %} {% blocktrans %} - Currently you have notifications disabled. You can enable them by clicking on the Start notifications button bellow.
+ Currently you have notifications disabled. You can enable them by clicking on the Start notifications button below.
{% endblocktrans %} {% endif %}

@@ -111,6 +111,11 @@ {{ 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" %} + +
@@ -120,6 +125,7 @@ {% endif %}
+ {{ form.user }} {% endblock %}