summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/views.py b/pages/views.py
index 2f902a6..7a44701 100644
--- a/pages/views.py
+++ b/pages/views.py
@@ -8,7 +8,7 @@ from settings import DEPLOY_PATH
def index(request, page):
template = 'html_pages/%s/index.html' % page
- if not os.path.exists('%s/templates/%s' % (DEPLOY_PATH, template):
+ if not os.path.exists('%s/templates/%s' % (DEPLOY_PATH, template)):
raise Http404
c = {