summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_refunded.html
blob: d6e49d760fc1856a10cd1ab3d6534602ca01460f (plain)
1
2
3
4
5
6
{% extends "templates/base.html" %}
{% block main %}
  <h1>Article refunded</h1>
  Unfortunately you can't view the article {{ article_name }}, since the
  payment for it was refunded.
{% endblock main %}