From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/user_email_subscriptions.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 forum/templates/user_email_subscriptions.html (limited to 'forum/templates/user_email_subscriptions.html') diff --git a/forum/templates/user_email_subscriptions.html b/forum/templates/user_email_subscriptions.html new file mode 100644 index 00000000..c0204cbc --- /dev/null +++ b/forum/templates/user_email_subscriptions.html @@ -0,0 +1,26 @@ +{% extends "user.html" %} + +{% load i18n %} +{% load extra_tags %} +{% load humanize %} + +{% block usercontent %} +

{% trans "Email subscription settings" %}

+

{% trans "email subscription settings info" %}

+
+ {% if action_status %} +

{{action_status}}

+ {% endif %} +
+ {% include "edit_user_email_feeds_form.html" %} + + {{tag_filter_selection_form}} +
+
+ + +
+
+
+{% endblock %} + -- cgit v1.2.3-1-g7c22