authentic/src/authentic2/templates/404.html

13 lines
291 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %} {% trans "Error: page not found" %} {% endblock %}
{% block content %}
<h2>{% trans "Error: page not found" %}</h2>
<p>{% trans "The page you requested has not been found on this server." %}
{% endblock %}