mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-27 08:04:01 +00:00
Fix link to admin home (#4419)
This commit is contained in:
parent
99aa078178
commit
18dd01a4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{% trans "The requested page could not be found." %}
|
||||
</p>
|
||||
|
||||
<a class="page404__button button" href="/admin/">{% trans "Go to Wagtail admin" %}</a>
|
||||
<a class="page404__button button" href="{% url 'wagtailadmin_home' %}">{% trans "Go to Wagtail admin" %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue