From 797b36be61f1d4b832f37d43cedc9b62900a4441 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 14 Jul 2023 19:11:00 +0300 Subject: [PATCH] Update the main container block. --- CHANGELOG.org | 4 +++- templates/base.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 99b8678..a8ea501 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,8 @@ Add simple tasks app. ** 0.2.1 <2023-07-12 Wed> Add the tasks to be shown on the index page. -** 0.2.2 <2023-07-12 Wed> +** 0.2.2 <2023-07-13 Thu> Add the TailwindCSS. +** 0.2.3 <2023-07-14 Fri> + Update the main container block. diff --git a/templates/base.html b/templates/base.html index c4dfd6b..d1718d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {% block title %}Simple TODO List{% endblock %} -
+
{% block content %} {% endblock %}