summaryrefslogtreecommitdiffstats
path: root/askbot/const/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-30 07:22:01 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-30 07:22:01 -0400
commit1dbf72e06e8b3e6279a5b5d7ab0ac18810729472 (patch)
tree34284e0969aa2abf7fa88b314edfadaf7b35be8c /askbot/const/__init__.py
parent34f21ec2519a819d865583f046235366300176f9 (diff)
parent357e2ff26df364ae11101735ed65078eabfd2fa9 (diff)
downloadaskbot-1dbf72e06e8b3e6279a5b5d7ab0ac18810729472.tar.gz
askbot-1dbf72e06e8b3e6279a5b5d7ab0ac18810729472.tar.bz2
askbot-1dbf72e06e8b3e6279a5b5d7ab0ac18810729472.zip
merged Adolfos and my branches
Diffstat (limited to 'askbot/const/__init__.py')
-rw-r--r--askbot/const/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 44de03af..fd9ece7b 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -414,7 +414,7 @@ SEARCH_ORDER_BY = (
('score', _('votes ascendant')),
)
-DEFAULT_QUESTION_STYLE = '''
+DEFAULT_QUESTION_WIDGET_STYLE = """
@import url('http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700');
body {
overflow: hidden;
@@ -443,7 +443,7 @@ a {
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 15px;
}
-'''
+"""
#an exception import * because that file has only strings
from askbot.const.message_keys import *