{% extends "admin/base_site.html" %} {% load static %} {% block title %} Codex Administration {% endblock title %} {% block extrastyle %} {% block extrapagestyle %} {% endblock extrapagestyle %} {% endblock extrastyle %} {% block branding %}

{{ _('Codex Administration') }}

{% endblock branding %} {% block pretitle %}
The Django Admin panel is deprecated and will eventually be removed.
Please use the new Admin Panel
{% endblock pretitle %}