summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/builder/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/builder/base.py b/app/builder/base.py
index c77d358..7f6f434 100644
--- a/app/builder/base.py
+++ b/app/builder/base.py
@@ -277,7 +277,7 @@ class BuildMap(Build):
'IMAGES_URL': settings.BAKED_IMAGES_URL
})
t = render_to_string('archives/map.html', c).encode('utf-8')
- self.write_file('map/', t)
+ self.write_file('map', t)
class BuildPages(Build):