Current File : //usr/local/apps/python3/lib/python3.11/site-packages/django/contrib/admin/templates/admin/404.html
{% extends "admin/base_site.html" %}
{% load i18n %}

{% block title %}{% translate 'Page not found' %}{% endblock %}

{% block content %}

<h2>{% translate 'Page not found' %}</h2>

<p>{% translate 'We’re sorry, but the requested page could not be found.' %}</p>

{% endblock %}