/django/contrib/admin/templates/admin/404.html

https://code.google.com/p/mango-py/ · HTML · 12 lines · 7 code · 5 blank · 0 comment · 0 complexity · 6e68d00897a0967481f7b652ac0e5d81 MD5 · raw file

  1. {% extends "admin/base_site.html" %}
  2. {% load i18n %}
  3. {% block title %}{% trans 'Page not found' %}{% endblock %}
  4. {% block content %}
  5. <h2>{% trans 'Page not found' %}</h2>
  6. <p>{% trans "We're sorry, but the requested page could not be found." %}</p>
  7. {% endblock %}