diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-17 21:27:01 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-17 21:27:01 +0100 |
commit | 4941d230e259584c9eebd8963b2354ae780997a2 (patch) | |
tree | 9e274d175c07b90cd670dc80f07367bff11f15e5 /core/views_statistics.py | |
parent | 660479d692160e86fd269659d7e7fe19cba07a81 (diff) | |
download | troggle-4941d230e259584c9eebd8963b2354ae780997a2.tar.gz troggle-4941d230e259584c9eebd8963b2354ae780997a2.tar.bz2 troggle-4941d230e259584c9eebd8963b2354ae780997a2.zip |
TEMPLATES done for dj 1.9.13
Diffstat (limited to 'core/views_statistics.py')
-rw-r--r-- | core/views_statistics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_statistics.py b/core/views_statistics.py index bd71a1f..5419c66 100644 --- a/core/views_statistics.py +++ b/core/views_statistics.py @@ -51,7 +51,7 @@ def pathsreport(request): "SURVEYS" : SURVEYS, "SURVEYS_URL" : SURVEYS_URL, "SVX_URL" : SVX_URL, - "TEMPLATE_DIRS" : TEMPLATE_DIRS, +# "TEMPLATE_DIRS" : TEMPLATE_DIRS, "THREEDCACHEDIR" : THREEDCACHEDIR, # "TINY_MCE_MEDIA_ROOT" : TINY_MCE_MEDIA_ROOT, # "TINY_MCE_MEDIA_URL" : TINY_MCE_MEDIA_URL, |