From 4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 6 Dec 2021 20:29:53 +0100 Subject: [4.0.x] Updated translations from Transifex. This also fixes related i18n tests. Co-authored-by: Claude Paroz --- tests/forms_tests/tests/test_i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/forms_tests') diff --git a/tests/forms_tests/tests/test_i18n.py b/tests/forms_tests/tests/test_i18n.py index 38840e748e..67aafa0527 100644 --- a/tests/forms_tests/tests/test_i18n.py +++ b/tests/forms_tests/tests/test_i18n.py @@ -29,7 +29,7 @@ class FormsI18nTests(SimpleTestCase): with translation.override('pl'): self.assertHTMLEqual( f.as_p(), - '

' + '

' '

' ) -- cgit v1.3