summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 2ba8120..cd3bff7 100644
--- a/urls.py
+++ b/urls.py
@@ -40,7 +40,7 @@ else:
expofilesurls = [
url(r'^(?P<filepath>.*)$', expofilessingle, name="single"), # local copy of EXPOFILES
]
-
+
trogglepatterns = [
url(r'^expofiles/', include(expofilesurls)),