summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/base.html')
-rw-r--r--askbot/skins/default/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/base.html b/askbot/skins/default/templates/base.html
index bc0a8d6c..da771a41 100644
--- a/askbot/skins/default/templates/base.html
+++ b/askbot/skins/default/templates/base.html
@@ -6,6 +6,7 @@
<title>{% block title %}{% endblock %} - {{ settings.APP_TITLE|escape }}</title>
{% include "meta/html_head_meta.html" %}
<link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" />
+ {% block before_css %}{% endblock %}
{% include "meta/html_head_stylesheets.html" %}
{% block forestyle %}{% endblock %}
{% include "meta/html_head_javascript.html" %}