]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/base.html
Re-add forejs block in base.html.
[osqa.git] / forum / skins / default / templates / base.html
index ab8e99d6f99a6048052d36002ec9d1b71de8b7a4..1ed30172f579060e876c567c4822e23f6251f278 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 %}
@@ -36,9 +36,9 @@
             });
         </script>
         {% endif %}
-      
-        {% block forejs %}
-        {% endblock %}
+        {% block forejs %}{% endblock %}
+
+        <link rel="search" type="application/opensearchdescription+xml" href="open_search.xml" title="Web Search" />
     </head>
     <body>
         <div class="notify" style="display:none">
@@ -76,4 +76,4 @@
         {% endblock %}
     </body>
 </html>
-<!-- end template base.html -->
+ <!-- end template base.html -->