mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
This commit is contained in:
committed by
Mariusz Felisiak
parent
acde917456
commit
1024b5e74a
@@ -44,7 +44,7 @@ class CsrfViewTests(SimpleTestCase):
|
||||
self.assertContains(
|
||||
response,
|
||||
'You are seeing this message because this HTTPS site requires a '
|
||||
'“Referer header” to be sent by your Web browser, but '
|
||||
'“Referer header” to be sent by your web browser, but '
|
||||
'none was sent.',
|
||||
status_code=403,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user