X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..addd0bf2ea80fc54002d1593dc59537e88e3c980:/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 df37d3d..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 it's frequency.
- {% endblocktrans %}
- {% if notificatons_on %}
- {% blocktrans %}
- Currently you have notifications enabled. You can always stop all notifications without loosing your settings and restart them afterwards.
- {% endblocktrans %}
- {% else %}
- {% blocktrans %}
- Currently you have notifications disabled. You can enable them clicking on the Start notifications button bellow.
- {% 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 %}
+