]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/base_content.html
Adds the hability to create custom css. Fixes a small issue with admin area forms.
[osqa.git] / forum / skins / default / templates / base_content.html
index ac6b9da3063755dc1a9db69f3ba209c2e9257032..c434d6608c5e74367d7453be0077de55fbb5f451 100644 (file)
@@ -14,6 +14,9 @@
         {% endif %}
         <link rel="shortcut icon" href="{{ settings.APP_FAVICON }}" />
         <link href="{% media  "/media/style/style.css" %}" rel="stylesheet" type="text/css" />
+        {% if settings.USE_CUSTOM_CSS %}
+        <link href="{% url custom_css %}" rel="stylesheet" type="text/css" />
+        {% endif %}
         {% block forestyle %}{% endblock %}
         <script src="http://www.google.com/jsapi" type="text/javascript"></script>
         <script type="text/javascript">google.load("jquery", "1.4.2");</script>