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 %}