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