aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/404.html
blob: 9bf4293e76c6927a685d7fad95f3c95a11d18934 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}