summaryrefslogtreecommitdiffstats
path: root/flatpages
diff options
context:
space:
mode:
Diffstat (limited to 'flatpages')
-rw-r--r--flatpages/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpages/views.py b/flatpages/views.py
index e9db223..eed5f38 100644
--- a/flatpages/views.py
+++ b/flatpages/views.py
@@ -45,7 +45,7 @@ def flatpage(request, path):
except IOError:
try:
o = open(os.path.normpath(settings.EXPOWEB + path + "index.htm"), "rb")
- path = path + "index.html"
+ path = path + "index.htm"
except IOError:
raise Http404
else: