]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/subscriptions.html
Adds the option to enable/disable email digests and makes small tweak on the handling...
[osqa.git] / forum / skins / default / templates / users / subscriptions.html
index df37d3d9799fb0a4afd95b73392c90b2cce733aa..a27c0feec6a71db7a5028b530e587953079fa0db 100644 (file)
@@ -8,15 +8,15 @@
     <h2>{% trans "Notifications and subscription settings" %}</h2>\r
     <p class="message">\r
         {% blocktrans %}\r
-        Here you can decide which types of notifications you wish to receive, and it's frequency.<br />\r
+        Here you can decide which types of notifications you wish to receive, and their frequency.<br />\r
         {% endblocktrans %}\r
         {% if notificatons_on %}\r
         {% blocktrans %}\r
-        Currently you have notifications enabled. You can always stop all notifications without loosing your settings and restart them afterwards.<br />\r
+        Currently you have notifications enabled. You can always stop all notifications without losing your settings and restart them afterwards.<br />\r
         {% endblocktrans %}\r
         {% else %}\r
         {% blocktrans %}\r
-        Currently you have notifications disabled. You can enable them clicking on the <strong>Start notifications</strong> button bellow.<br />\r
+        Currently you have notifications disabled. You can enable them by clicking on the <strong>Start notifications</strong> button below.<br />\r
         {% endblocktrans %}\r
         {% endif %}\r
     </p>\r
             </tr>\r
             <tr>\r
                 <td>\r
-                    {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replys to one of my comments on any post using the <pre>@username</pre> notation" %}\r
+                    {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the <pre>@username</pre> notation" %}\r
+                </td>\r
+            </tr>\r
+            <tr>\r
+                <td>\r
+                    {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %}\r
                 </td>\r
             </tr>\r
         </table>\r
             <input type="submit" class="submit" name="notswitch" value="{% trans "Start notifications" %}"/>            \r
             {% endif %}\r
         </div>\r
+        {{ form.user }}\r
     </form>\r
     </div>\r
 {% endblock %}\r