From 3582725789420f8155868a1d5638759bd687cefd Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sat, 20 Feb 2021 16:45:50 +0100 Subject: [PATCH] Mention charset and language in HTML metadata. --- wradmin/templates/master.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wradmin/templates/master.html b/wradmin/templates/master.html index 76e7fc5..9d8275d 100644 --- a/wradmin/templates/master.html +++ b/wradmin/templates/master.html @@ -1,8 +1,9 @@ - + {% block head %} + {% block title %}{% endblock %} -- 2.39.5