Change to using django templates for generating condor fastq scripts
[htsworkflow.git] / htsworkflow / settings.py
index d3cabf912bceea92db355f2f436f577ffca119ae..dce9b2b36418863cf35327153992c9d16419be44 100644 (file)
@@ -192,7 +192,8 @@ TEMPLATE_DIRS = (
     # Don't forget to use absolute paths, not relative paths.
     '/usr/share/python-support/python-django/django/contrib/admin/templates',
     #'/usr/lib/pymodules/python2.6/django/contrib/admin/templates/',
-    os.path.join(HTSWORKFLOW_ROOT, 'frontend','templates'),
+    os.path.join(HTSWORKFLOW_ROOT, 'frontend', 'templates'),
+    os.path.join(HTSWORKFLOW_ROOT, 'templates'),
 )
 
 INSTALLED_APPS = (