From 7fc2224027b4eab742d51532698bb03dfbf0aff6 Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 20:28:28 +0300 Subject: [PATCH] fix base --- rumine/templates/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rumine/templates/base.html b/rumine/templates/base.html index e31662a..407d365 100644 --- a/rumine/templates/base.html +++ b/rumine/templates/base.html @@ -72,8 +72,11 @@ - {% block content %} - {% endblock %} +
+ {% block content %} + {% endblock %} +
+