summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-30 19:23:44 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-30 19:23:44 +0200
commitb948dcff0acabc48c82a732a8da9aecc9dbc48cf (patch)
tree31a7c16602bbfbd23ad2295cf4d8490f70a061f9
parent5f74e34d82d8fef7a6f8b7205b5eac4befda9884 (diff)
downloadweb-b948dcff0acabc48c82a732a8da9aecc9dbc48cf.tar.gz
web-b948dcff0acabc48c82a732a8da9aecc9dbc48cf.tar.bz2
web-b948dcff0acabc48c82a732a8da9aecc9dbc48cf.zip
added missing endif
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 61fef7e..4f2b22b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -64,5 +64,6 @@
<script type="text/javascript">
{%- block javascript %}{% endblock -%}
</script>
+ {%- endif %}
</body>
</html>