From 83345be3f40f14cc2a09bac9b4d03e333c9b8d2f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 3 Feb 2016 20:26:53 -0500 Subject: fixed yet another bug in build --- app/builder/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/builder/base.py b/app/builder/base.py index 9dc0533..f44738d 100644 --- a/app/builder/base.py +++ b/app/builder/base.py @@ -341,7 +341,7 @@ class BuildProjects(Build): 'IMAGES_URL': settings.BAKED_IMAGES_URL }) t = render_to_string('details/%s.html' % (proj['slug'].split("/")[1]), c).encode('utf-8') - path = 'projects/%s/' % (proj['slug']) + path = 'projects/%s/' % (proj['slug'].split("/")[1]) self.write_file(path, t) """ -- cgit v1.2.3-70-g09d2