From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/user_email_subscriptions.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/user_email_subscriptions.html (limited to 'templates/user_email_subscriptions.html') diff --git a/templates/user_email_subscriptions.html b/templates/user_email_subscriptions.html new file mode 100644 index 00000000..8f27bd2a --- /dev/null +++ b/templates/user_email_subscriptions.html @@ -0,0 +1,23 @@ +{% 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" %} +
+ + +
+
+
+{% endblock %} + -- cgit v1.2.3-1-g7c22