summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/survey-error-graceful.html.j2
blob: ece22529379f52c7f62fd0125158bdf958485b8f (plain)
1
2
3
4
5
6
7
{% extends "survey-base.html.j2" %}
{% block main %}
  <h1>{{ gettext("Unexpected result") }}</h1>

  <p>{{ message }}</p>

{% endblock main %}