From 6642a646f07a33cf1b807d398824048f3b17631c Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Tue, 24 Oct 2017 01:05:36 -0700 Subject: [PATCH] Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html. --- django/views/templates/default_urlconf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index 961b30c194..c1cae33d5e 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -390,7 +390,7 @@

{% trans "The install worked successfully! Congratulations!" %}

-

{% blocktrans %}You are seeing this page because DEBUG=True is in your settings file and have not configured any URLs.{% endblocktrans %}

+

{% blocktrans %}You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.{% endblocktrans %}