summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_refunded.html
blob: 95c4a6b8e0288d9144a6d8b7d468b4dd91154b5e (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "templates/base.html" %}
{% block main %}

<h2>Refunded</h2>

<p>Your payment (order ID <tt>{{ order_id }}<tt>) for the article "{{ article_name }}" has been refunded.</p>

<p>You won't be able to view it until you pay for it again.</p>

{% endblock main %}