From 1a4ed7210bd35b8933f0b51170f364b5cece296c Mon Sep 17 00:00:00 2001 From: haemka 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 %} +