From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/base_content.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'templates/base_content.html') diff --git a/templates/base_content.html b/templates/base_content.html index 39627a0e..4ee9675f 100644 --- a/templates/base_content.html +++ b/templates/base_content.html @@ -1,10 +1,11 @@ -{% load i18n %} + +{% load i18n %} - {% block title %}{% endblock %} - {{ APP_TITLE }} + {% block title %}{% endblock %} - {{ settings.APP_TITLE }} - + {% spaceless %} @@ -13,7 +14,7 @@ @@ -38,29 +39,32 @@ --> - {% with request.user.get_messages as messages%} {% if messages %} {% endif %} - {% endwith %} {% block forejs %} {% endblock %} {% include "header.html" %}
@@ -82,3 +86,4 @@ {% endblock %} + -- cgit v1.2.3-1-g7c22