mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.
This commit is contained in:
parent
8b9a163afa
commit
6642a646f0
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h2>{% trans "The install worked successfully! Congratulations!" %}</h2>
|
<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>
|
</main>
|
||||||
<footer class="u-clearfix">
|
<footer class="u-clearfix">
|
||||||
<a href="https://docs.djangoproject.com/en/{{ version }}/" target="_blank" rel="noopener">
|
<a href="https://docs.djangoproject.com/en/{{ version }}/" target="_blank" rel="noopener">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue