X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/932b30179d96675c0ea837dddcc86f248da452c2..ede1da28c16d9b04dd5452e1ef7f84115180a810:/forum/skins/default/templates/base.html diff --git a/forum/skins/default/templates/base.html b/forum/skins/default/templates/base.html index 1ed3017..09525b5 100644 --- a/forum/skins/default/templates/base.html +++ b/forum/skins/default/templates/base.html @@ -1,79 +1,23 @@ - - -{% load extra_filters %} -{% load extra_tags %} -{% load i18n %} - - - {% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %} - {% spaceless %} - {% block meta %}{% endblock %} - {% endspaceless %} - - {% if settings.GOOGLE_SITEMAP_CODE %} - - {% endif %} - - - - - - - {% if user_messages %} - - - {% endif %} - {% block forejs %}{% endblock %} +{% extends "base_content.html" %} +{% block page_center %} +
+
+
+ {% block content%} + {% endblock%} - - - - - {% include "header.html" %} -
-
-
- {% block content%} - {% endblock%} +
+ {% block sidebar%} + {% endblock%} -
-
- {% block sidebar%} - {% endblock%} - -
-
- {% block tail %} - {% endblock %} -
-
-
- {% include "footer.html" %} - {% block endjs %} - {% endblock %} - - - +
+ {% block tail %} + {% endblock %} +
+
+
+
+{% endblock %} +