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 --- templates/base_content.html | 93 --------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 templates/base_content.html (limited to 'templates/base_content.html') diff --git a/templates/base_content.html b/templates/base_content.html deleted file mode 100644 index eacdc6d0..00000000 --- a/templates/base_content.html +++ /dev/null @@ -1,93 +0,0 @@ - - -{% load i18n %} -{% load extra_tags %} - - - {% block title %}{% endblock %} - {{ settings.APP_TITLE }} - - {% if settings.GOOGLE_SITEMAP_CODE %} - - {% endif %} - - - {% spaceless %} - {% block forestyle %}{% endblock %} - {% endspaceless %} - - - - - - - - - - - {% if user_messages %} - - - {% endif %} - - {% block forejs %} - {% endblock %} - - - - {% include "header.html" %} -
-
-
- {% block content%} - {% endblock%} - -
-
- {% block tail %} - {% endblock %} -
-
-
-
- {% include "footer.html" %} - {% block endjs %} - {% endblock %} - - - -- cgit v1.2.3-1-g7c22