Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.

This commit is contained in:
Scot Hacker 2017-10-24 01:05:36 -07:00 committed by Tim Graham
parent 8b9a163afa
commit 6642a646f0
1 changed files with 1 additions and 1 deletions

View File

@ -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">