From 0470cb869b2f6f4748cfb1e6cfd19f5d5e013b92 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 10 Nov 2022 22:09:20 +0100 Subject: [PATCH] Add margin between main content and footer --- 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 421968f..62184ae 100644 --- a/src/common/templates/common/base.html +++ b/src/common/templates/common/base.html @@ -25,7 +25,7 @@ {% include "common/navbar.html" %} -
+
{% bootstrap_messages %} {% block content %}