From 766330401ee59cfa35e40596b097ef725028908b Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 12 Mar 2026 14:23:50 +0100 Subject: [PATCH] fix(templates/base.html): center the content div on page --- 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 4e5e09d..14936cd 100644 --- a/kursy/templates/base.html +++ b/kursy/templates/base.html @@ -45,7 +45,7 @@ {% include "header.html" %} {% block body %} -
+
{% block content %} {% endblock content %}