fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fe21d98132cc567ff4920cc0cc6845a1c2bcb13e
[prawokultury.git]
/
shop
/
templates
/
shop
/
thanks.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% load fnp_share %}
4
5
{% block titleextra %}{% trans "Payment successful" %}{% endblock %}
6
7
{% block "body" %}
8
9
<h1>{% trans "Payment successful" %}</h1>
10
11
<p>{% trans "Your payment has been successfully completed." %}</p>
12
13
{% endblock %}