1
0
mirror of https://github.com/django/django.git synced 2025-04-13 03:52:20 +00:00

[2.0.x] Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.

Backport of 6642a646f07a33cf1b807d398824048f3b17631c from master
This commit is contained in:
Scot Hacker 2017-10-24 01:05:36 -07:00 committed by Tim Graham
parent 9f654ae63b
commit e3b59772ba

View File

@ -390,7 +390,7 @@
</svg>
</div>
<h2>{% trans "The install worked successfully! Congratulations!" %}</h2>
<p>{% blocktrans %}You are seeing this page because <a href="https://docs.djangoproject.com/en/{{ version }}/ref/settings/#debug" target="_blank" rel="noopener">DEBUG=True</a> is in your settings file and have not configured any URLs.{% endblocktrans %}</p>
<p>{% blocktrans %}You are seeing this page because <a href="https://docs.djangoproject.com/en/{{ version }}/ref/settings/#debug" target="_blank" rel="noopener">DEBUG=True</a> is in your settings file and you have not configured any URLs.{% endblocktrans %}</p>
</main>
<footer class="u-clearfix">
<a href="https://docs.djangoproject.com/en/{{ version }}/" target="_blank" rel="noopener">