From cfd174a23338dde437f7a50493ebd7cfa56cd417 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Fri, 13 Mar 2026 13:53:47 +0100 Subject: [PATCH] feat(base.html): add justify-center to body --- kursy/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kursy/templates/base.html b/kursy/templates/base.html index 14936cd..65e416e 100644 --- a/kursy/templates/base.html +++ b/kursy/templates/base.html @@ -41,7 +41,7 @@ {% endblock extra_head %} - + {% include "header.html" %} {% block body %}