summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/provider-not-supported.html.j2
blob: a4d5d806a756eabda37c64b6b6cb2e72362210ec (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "templates/base.html" %}

{% block main %}
<h2>{{ gettext("Payment Provider Not Supported") }}</h2>
<p>
{{
  gettext("Unfortunately the selected payment provider is not supported in this demo.") + "<br>" +
  gettext("Please go back and select &quot;Taler&quot;.")
}}
</p>
{% endblock main %}