From f89c9a86c90ef1373891f100a5be1d4b4a719fa0 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Thu, 17 Nov 2022 19:10:53 +0100 Subject: [PATCH] layout.html: Wrap content in container Bootstrap requires us to wrap the content in a container any time the grid system is used. Wrapping the content with a
fixes some padding issues we have with the frontend on small screens. Signed-off-by: Thomas Schmid --- share/doorlockd/templates/layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/doorlockd/templates/layout.html b/share/doorlockd/templates/layout.html index 624a239..44ff369 100644 --- a/share/doorlockd/templates/layout.html +++ b/share/doorlockd/templates/layout.html @@ -8,7 +8,9 @@ - {% block content %}{%- endblock content %} +
+ {% block content %}{%- endblock content %} +