]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/base.html
Make page title more easily skinnable.
[osqa.git] / forum / skins / default / templates / base.html
index ab8e99d6f99a6048052d36002ec9d1b71de8b7a4..e163d73095ea1c090012b3b24040c2d2a642d4d1 100644 (file)
@@ -5,7 +5,7 @@
 {% load i18n %}
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
-        <title>{% block title %}{% endblock %} - {{ settings.APP_TITLE }}</title>
+        <title>{% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}</title>
         {% spaceless %}
         {% block meta %}{% endblock %}
         {% endspaceless %}