diff --git a/web/templates/base.html b/web/templates/base.html index 26ad095..afa04f3 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -5,82 +5,38 @@ {% block title %}Illustrations{% endblock %} - {% block extra_head %}{% endblock %} - - + + -
@@ -89,7 +45,6 @@
-
{% if messages %}
@@ -123,7 +75,6 @@ {% endif %}
-
{% block content %}{% endblock %}