djLint/tests/django_admin/admin/404.html

12 lines
305 B
HTML
Raw Normal View History

2021-07-29 18:41:34 +00:00
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block title %}
{% translate 'Page not found' %}
{% endblock %}
{% block content %}
<h2>{% translate 'Page not found' %}</h2>
<p>
{% translate 'Were sorry, but the requested page could not be found.' %}
</p>
{% endblock %}