summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/builder')
-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 2845225..59dcef8 100644
--- a/app/builder/base.py
+++ b/app/builder/base.py
@@ -288,4 +288,4 @@ 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('', t, "html",'map')