]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/error.html
donate: Add thank you and error page
[ipfire.org.git] / src / templates / donate / error.html
1 {% extends "../error.html" %}
2
3 {% block title %}{{ _("Oops!") }}{% end block %}
4
5 {% block message %}{{ _("Error") }}{% end block %}
6
7 {% block main %}
8 <p>
9 {{ _("Unfortunately we were not able to process your donation.") }}
10 {{ _("Please try again later.") }}
11 </p>
12 {% end block %}