From fa98b0b0e042755595357f8a34928ff08438b58a Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Sun, 19 Jun 2022 10:12:14 +0200 Subject: [PATCH] Update blog templates --- dynastie/templates/base.html | 5 +++-- dynastie/templates/login.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dynastie/templates/base.html b/dynastie/templates/base.html index c637d6e..e7464d3 100755 --- a/dynastie/templates/base.html +++ b/dynastie/templates/base.html @@ -1,9 +1,10 @@ Dynastie - + {% load static %} + {% block head %} {% endblock %} - + diff --git a/dynastie/templates/login.html b/dynastie/templates/login.html index 16635b6..b541882 100755 --- a/dynastie/templates/login.html +++ b/dynastie/templates/login.html @@ -1,7 +1,8 @@ Dynastie - + {% load static %} +