gramps/src/data/templates/404.html
Doug Blank 5b9c97c53d New error pages
svn: r13643
2009-11-21 01:22:41 +00:00

13 lines
268 B
HTML

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