summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/404.html
blob: 647c6df8c76c46e3ba7c46da404f8d84107eff30 (plain)
1
2
3
4
5
{% extends "500.html" %}
{% load i18n %}{% block content %}
<h3>{% trans "Page not found" %}</h3>
{% endblock %}