From 8d37514d4da7134dcc0b9c00beab0bb586f28f8f 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 %} +