From 46a9857e413b1126c8696ebc0f7c50dd0413b0dc Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 9 Feb 2015 16:17:11 +0200 Subject: base template: fix double html tag, missing closing html tag --- res/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/templates/base.html b/res/templates/base.html index 75b4ea36..7369984d 100644 --- a/res/templates/base.html +++ b/res/templates/base.html @@ -1,6 +1,5 @@ - - + {% block head %} @@ -14,4 +13,5 @@
{% block content %}{% endblock %}
- \ No newline at end of file + + -- cgit v1.3.1