add a , to make customizing list of template dirs easier
[htsworkflow.git] / gaworkflow / frontend / settings.py
index fc79fb21c0a8611906ad2818a057521fa26715e6..853cc1e40de4f96b7c63b63199afda984f1a0679 100644 (file)
@@ -72,7 +72,7 @@ TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
-    os.path.abspath("../../templates")
+    os.path.abspath("../../templates"),
 )
 
 INSTALLED_APPS = (