From 1c0ee3c5d8bbb55da7f80caa788c10d827606e8b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 9 Apr 2024 18:43:35 +0200 Subject: [PATCH] enlarge container (fluid) --- src/common/templates/common/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/templates/common/base.html b/src/common/templates/common/base.html index 2a233f6..b33b010 100644 --- a/src/common/templates/common/base.html +++ b/src/common/templates/common/base.html @@ -27,7 +27,7 @@ {% include "common/navbar.html" %}
-
+
{% bootstrap_messages %} {% block content %} {% endblock %}