From e3b59772badc9160ec2873bdc3761f2cc140fe18 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Tue, 24 Oct 2017 01:05:36 -0700 Subject: [PATCH] [2.0.x] Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html. Backport of 6642a646f07a33cf1b807d398824048f3b17631c from master --- 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 961b30c194c..c1cae33d5e3 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 %}