Fix link to admin home (#4419)

This commit is contained in:
Coen van der Kamp 2018-03-23 23:24:27 +01:00 committed by Bertrand Bordage
parent 99aa078178
commit 18dd01a4cc

View file

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