summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/error.html
blob: 878a5decdc92670d3a7259764d998ffbeca8bd85 (plain)
1
2
3
4
5
6
7
8
9
{% extends 'base.html' %}

{% block content %}

<h1>
  {{ _('Error!') }}: {{ message }}
</h1>

{% endblock %}