From 3a89c9f44f07f2378f16b76c6355127f0448a640 Mon Sep 17 00:00:00 2001 From: hmk Date: Thu, 30 Mar 2023 18:44:26 +0200 Subject: [PATCH] Fixed main content area --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index 9381650..697af0a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -65,8 +65,10 @@ {% endif %} +
{% block content %} {% endblock %} +