django1/django/conf/admin_templates/404.html

12 lines
199 B
HTML

{% extends "base_site" %}
{% block title %}Page not found{% endblock %}
{% block content %}
<h2>Page not found</h2>
<p>We're sorry, but the requested page could not be found.</p>
{% endblock %}