Files
Reskreen/venv/Lib/site-packages/django/contrib/admin/templates/admin/404.html
2021-12-18 18:43:17 +01:00

13 lines
282 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 %}