# HG changeset patch # User kahpa # Date 2015-10-04 20:44:39 # Node ID 5747cb6250e7da701069a065a9a767f5cae8a2a6 # Parent 4c3a48f5637f88a09e9f9ef9233c35890ecfd469 new footer diff --git a/ennstatus/templates/base.html b/ennstatus/templates/base.html --- a/ennstatus/templates/base.html +++ b/ennstatus/templates/base.html @@ -103,21 +103,21 @@ {% endfor %} {% endif %} - {% endwith %} + {% endwith %} {% block content %} {% endblock %} {% block scripts %} {{ super() }} -{% endblock %} +{% endblock %} {% endblock %}