X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/08c4165052deb2d08132bfb30b126389f4915f2b..bdc1f3f4e02e0d558bb80e70679d5e56172d32b9:/forum/skins/default/templates/base.html
diff --git a/forum/skins/default/templates/base.html b/forum/skins/default/templates/base.html
index 924a44f..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 title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}
- {% spaceless %}
- {% block meta %}{% endblock %}
- {% endspaceless %}
-
- {% if settings.GOOGLE_SITEMAP_CODE %}
-
- {% endif %}
-
-
-
-
-
-
- {% if user_messages %}
-
-
- {% endif %}
-
- {% block forejs %}
- {% endblock %}
-
-
-
- {% autoescape off %}
- {% if user_messages %}
- {% for message in user_messages %}
-
{{ message }}
- {% endfor %}
- {% endif %}
- {% endautoescape %}
-
×
-
- {% include "header.html" %}
-
-
-
- {% block content%}
- {% endblock%}
+{% extends "base_content.html" %}
+{% block page_center %}
+
+
+
+ {% block content%}
+ {% endblock%}
-
-
- {% block sidebar%}
- {% endblock%}
+
+
+ {% block sidebar%}
+ {% endblock%}
-
-
- {% block tail %}
- {% endblock %}
-
-
-
- {% include "footer.html" %}
- {% block endjs %}
- {% endblock %}
-
-
-
+
+ {% block tail %}
+ {% endblock %}
+
+
+
+
+{% endblock %}
+