{# This is a direct fork of wagtailadmin/base.html with the title of the logo anchor changed #} {% extends "wagtailadmin/admin_base.html" %} {% load wagtailadmin_tags wagtailcore_tags static i18n %} {% block furniture %}
{# Always show messages div so it can be appended to by JS #}
{% if messages %}
    {% for message in messages %}
  • {{ message|safe }}
  • {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% endblock %}