From f8533fc819686ad30c07ef5d3ceee57a588b1095 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 2 Dec 2024 23:46:42 +0100 Subject: [PATCH] Clean base template --- web/main/templates/main/base.html | 46 ++----------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/web/main/templates/main/base.html b/web/main/templates/main/base.html index 1d7f7f6..d6ad9c3 100644 --- a/web/main/templates/main/base.html +++ b/web/main/templates/main/base.html @@ -27,10 +27,6 @@ {% load django_bootstrap5 %} {% bootstrap_css %} - - - - {% block css %}{% endblock %} @@ -45,12 +41,6 @@ {% bootstrap_javascript %} - - - - - - {% block js %}{% endblock %} @@ -61,7 +51,9 @@ {% endblock %}
+ {% if messages %}
{% bootstrap_messages %}
+ {% endif %} {% block content %}{% endblock %}
@@ -72,40 +64,6 @@ target="_blank">Código fuente

- - - \ No newline at end of file