From 7c20d4d23ea7c1417a46a1ca4623f065751d53ef Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Wed, 15 May 2024 21:56:28 +0200 Subject: [PATCH] BS icons --- project/main/templates/main/base/base.html | 1 + .../main/templates/main/components/js_alert.html | 16 ++++------------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/project/main/templates/main/base/base.html b/project/main/templates/main/base/base.html index 690ea44..21af107 100644 --- a/project/main/templates/main/base/base.html +++ b/project/main/templates/main/base/base.html @@ -6,6 +6,7 @@ content="width=100%, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> + {{ title or "Django-html demo" }} diff --git a/project/main/templates/main/components/js_alert.html b/project/main/templates/main/components/js_alert.html index e336085..b0e1a10 100644 --- a/project/main/templates/main/components/js_alert.html +++ b/project/main/templates/main/components/js_alert.html @@ -1,22 +1,14 @@ {% macro no_js_alert() %} {% endmacro %} {% macro js_alert(content) %} {% endmacro %}