From e58ba386379155c9a45c5ced08c1cfd14a0712f6 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 27 Jun 2017 21:44:01 +0200 Subject: [PATCH] Set correct attributes on script tags The type attribute is mandatory in XHTML while the language attribute has been deprecated. --- templates/admin/base_site.html | 4 ++-- templates/admin/change_form_pgweb.html | 2 +- templates/base/form.html | 6 +++--- templates/lists/subscribe_form.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index 78cdfa2..bf78194 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -4,8 +4,8 @@ {%block extrahead%} - - + +