/django/contrib/admin/templates/mako/admin/404.html
HTML | 12 lines | 7 code | 5 blank | 0 comment | 0 complexity | 6e68d00897a0967481f7b652ac0e5d81 MD5 | raw file
Possible License(s): BSD-3-Clause
- {% extends "admin/base_site.html" %}
- {% load i18n %}
- {% block title %}{% trans 'Page not found' %}{% endblock %}
- {% block content %}
- <h2>{% trans 'Page not found' %}</h2>
- <p>{% trans "We're sorry, but the requested page could not be found." %}</p>
- {% endblock %}