From aa1f8b533c23d76c6f2b3e03340be78545a29f46 Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Mon, 27 Mar 2023 13:30:40 +0200 Subject: [PATCH] Updated buttons and toolbars --- templates/index.html | 23 ++++++++++++++--------- templates/new.html | 7 ++++++- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0f64059..a82044d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,16 +1,21 @@ {% extends 'base.html'%} +{%block toolbar%} + +{%endblock%} + {%block content%} - - - {{homepage|safe}} diff --git a/templates/new.html b/templates/new.html index 294c0b4..49e6a3a 100644 --- a/templates/new.html +++ b/templates/new.html @@ -14,6 +14,12 @@ {%endblock%} +{% block toolbar %} + +{% endblock %} + {% block content %} @@ -29,7 +35,6 @@

-