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