X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..30beae7541b44060bdd42b55fe525a1113452b55:/forum/skins/default/templates/base.html
diff --git a/forum/skins/default/templates/base.html b/forum/skins/default/templates/base.html
old mode 100755
new mode 100644
index 3a1848e..80eb598
--- a/forum/skins/default/templates/base.html
+++ b/forum/skins/default/templates/base.html
@@ -3,9 +3,9 @@
{% load extra_filters %}
{% load extra_tags %}
{% load i18n %}
-
+
- {% block title %}{% endblock %} - {{ settings.APP_TITLE }}
+ {% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}
{% spaceless %}
{% block meta %}{% endblock %}
{% endspaceless %}
@@ -13,10 +13,10 @@
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
-
+
-
+
-
-
-
+
{% if user_messages %}
{% endif %}
-
- {% block forejs %}
- {% endblock %}
+ {% block forejs %}{% endblock %}
+
+
+
+ {% if settings.GOOGLE_ANALYTICS_KEY %}
+
+ {% endif %}
@@ -80,4 +90,4 @@
{% endblock %}
-
+