diff src/server/constants.py @ 703:1a19ee7d8d8a

server_side: add default theme
author souliane <souliane@mailoo.org>
date Thu, 04 Jun 2015 11:56:34 +0200
parents 9877607c719a
children f8a7a046ff9c
line wrap: on
line diff
--- a/src/server/constants.py	Mon May 11 14:54:41 2015 +0200
+++ b/src/server/constants.py	Thu Jun 04 11:56:34 2015 +0200
@@ -32,7 +32,7 @@
 
     SESSION_TIMEOUT = 300  # Session's timeout, after that the user will be disconnected
     HTML_DIR = "html/"
-    SERVER_CSS_DIR = "server_css/"
+    THEMES_DIR = "themes/"
     MEDIA_DIR = "media/"
     CARDS_DIR = "games/cards/tarot"