summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoahY <yuttadhammo@yahoo.com>2011-07-28 15:11:51 +0530
committerNoahY <yuttadhammo@yahoo.com>2011-07-28 15:11:51 +0530
commita528bcc892c8158e825fbfee2760269ed50c2b3a (patch)
treeed7d9dd0ad331eaa3e57fa08f6780c214bc724c8
parentfa8827728ac51a1f0cfb7c126378ae0750599cb3 (diff)
downloadaskbot-a528bcc892c8158e825fbfee2760269ed50c2b3a.tar.gz
askbot-a528bcc892c8158e825fbfee2760269ed50c2b3a.tar.bz2
askbot-a528bcc892c8158e825fbfee2760269ed50c2b3a.zip
minor
-rw-r--r--askbot/skins/default/templates/question_print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/question_print.html b/askbot/skins/default/templates/question_print.html
index b59a0f13..ce66b2a9 100644
--- a/askbot/skins/default/templates/question_print.html
+++ b/askbot/skins/default/templates/question_print.html
@@ -13,7 +13,7 @@
{{ skin.get_extra_css_link() }}
{% if settings.USE_CUSTOM_CSS %}
<link
- href="{% url "custom_css" %}?v={{settings.MEDIA_RESOURCE_REVISION}}"
+ href="{% url 'custom_css' %}?v={{settings.MEDIA_RESOURCE_REVISION}}"
rel="stylesheet"
type="text/css"
/>