diff options
Diffstat (limited to 'papillon/settings.py')
-rw-r--r-- | papillon/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/settings.py b/papillon/settings.py index 49b46c5..0f3dd65 100644 --- a/papillon/settings.py +++ b/papillon/settings.py @@ -10,7 +10,7 @@ TEMPLATE_DEBUG = DEBUG import os PROJECT_PATH = os.path.dirname(os.path.abspath(__file__)) -EXTRA_URL = 'papillon/' +EXTRA_URL = '' TINYMCE_URL = 'http://localhost/tinymce/' MAX_COMMENT_NB = 10 # max number of comments by poll - 0 to disable comments |