gramps/data/templates/404.html

13 lines
268 B
HTML
Raw Normal View History

2009-11-21 06:52:41 +05:30
{% 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 %}