From: Brandon King Date: Fri, 29 Aug 2008 17:07:15 +0000 (+0000) Subject: Template loading fix. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=5142604f45079bd85e8bb9ef681ba601d124a2f6 Template loading fix. * Relative path was slightly off. --- diff --git a/htswfrontend/htswfrontend/settings.py b/htswfrontend/htswfrontend/settings.py index 2e6cc4b..cd51743 100644 --- a/htswfrontend/htswfrontend/settings.py +++ b/htswfrontend/htswfrontend/settings.py @@ -75,7 +75,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 = (