diff --git a/app/templates/includes/scripts/hyperscript/htmx_error_handler.html b/app/templates/includes/scripts/hyperscript/htmx_error_handler.html index b9606dc..9bff690 100644 --- a/app/templates/includes/scripts/hyperscript/htmx_error_handler.html +++ b/app/templates/includes/scripts/hyperscript/htmx_error_handler.html @@ -1,8 +1,15 @@ +{% load i18n %} diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index 45c20aa..c2538da 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -27,13 +27,6 @@ {% block body_hyperscript %}{% endblock %}"> {% include 'includes/navbar.html' %} -
- -
-
{% block content %}{% endblock %}