From 7c4f3965098baad2396e24501e09237425a7bd6f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 21 Jan 2022 15:46:37 +0100 Subject: Stopped including type="text/css" attributes for CSS link tags. --- tests/model_forms/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/model_forms') diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index 0307569c12..db36216d14 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -2485,8 +2485,8 @@ class OtherModelFormTests(TestCase): f = ModelFormWithMedia() self.assertHTMLEqual( str(f.media), - ''' -''' + '' + '' ) def test_choices_type(self): -- cgit v1.3