summaryrefslogtreecommitdiff
path: root/forums/settings.py
diff options
context:
space:
mode:
authorashwinishinde2015-03-30 11:15:28 +0530
committerashwinishinde2015-03-30 11:15:28 +0530
commitb36782ec5fed77fd3f185c699f2d8adff980d01e (patch)
tree07cc62d3ea1e1b5349b08a33d03e1885155a2fda /forums/settings.py
parenta331b65a550e70424f0b799b1c90be0b0c688e85 (diff)
downloadFOSSEE-Forum-b36782ec5fed77fd3f185c699f2d8adff980d01e.tar.gz
FOSSEE-Forum-b36782ec5fed77fd3f185c699f2d8adff980d01e.tar.bz2
FOSSEE-Forum-b36782ec5fed77fd3f185c699f2d8adff980d01e.zip
Subject: Display Notifications on Header for Answer's
and Comment's .. Red color Description: 1) notification for answers and comments.
Diffstat (limited to 'forums/settings.py')
-rw-r--r--forums/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forums/settings.py b/forums/settings.py
index 63ec9c5..b556319 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -68,7 +68,7 @@ MEDIA_URL = ''
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/"
-STATIC_ROOT = ''
+STATIC_ROOT = '/static/'
# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"