又一次合并

This commit is contained in:
ladeng07
2022-05-05 23:01:56 +08:00
parent da0dcb333e
commit dd4608007c
598 changed files with 178004 additions and 0 deletions
@@ -0,0 +1,12 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block title %}{% trans 'Page not found' %}{% endblock %}
{% block content %}
<h2>{% trans 'Page not found' %}</h2>
<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
{% endblock %}