X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c020cb3ffd56949b581cd812d5ce445d4daf6e44..62604660ed4357d8e2cb3e920751c3a7be8d4234:/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 3b583ad..573bb0a 100644
--- a/forum/skins/default/templates/users/subscriptions.html
+++ b/forum/skins/default/templates/users/subscriptions.html
@@ -1,126 +1,53 @@
-{% extends "user.html" %}
-
-{% load i18n %}
-{% load extra_tags %}
-{% load humanize %}
-
-{% block usercontent %}
-
{% trans "Notifications and subscription settings" %}
-
- {% 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 %}
-
-
-{% endblock %}
-
+{% extends "user.html" %}
+
+{% load i18n %}
+{% load extra_tags %}
+{% load humanize %}
+
+{% block userjs %}
+
+{% endblock %}
+
+{% block usercontent %}
+
+
+
+
+
+
+ {% if not manage_open %}
+
+ {% include "users/subscriptions_settings.html" %}
+
+ {% endif %}
+
+ {% if manage_open %}
+
+ {% include "users/subscriptions_management.html" %}
+
+ {% endif %}
+{% endblock %}
+