summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 20:44:49 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 20:44:49 +0200
commit0dccc30c31b13c6cc5b572e1a8bf3b109cf26af8 (patch)
tree70bb7998f1faf80ffbefee49bafc8f0cd21815bc
parent87a4bd6195c1405bc634c133ccb2672893a83933 (diff)
downloadweb-0dccc30c31b13c6cc5b572e1a8bf3b109cf26af8.tar.gz
web-0dccc30c31b13c6cc5b572e1a8bf3b109cf26af8.tar.bz2
web-0dccc30c31b13c6cc5b572e1a8bf3b109cf26af8.zip
removed not working if statement for javascript block
-rw-r--r--templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 1792410..4908218 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -60,10 +60,8 @@
{% block content %}{% endblock %}
</section>
- {%- if javascript %}
<script type="text/javascript">
{%- block javascript %}{% endblock -%}
</script>
- {%- endif %}
</body>
</html>