summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-09-30 01:33:20 +0000
committerluxagraf <sng@luxagraf.net>2014-09-30 01:33:20 +0000
commit544946397c831c42db47c892db4f7c6a40c93809 (patch)
tree5fd1c935215ada8929065084f1b9139bee9ef7c9 /app/builder
parent509110acad7fa7e1e5adcfc413e4be7b8ed62474 (diff)
few bug fixes for builder and templates
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')