]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/error.html
donate: Update Zeiterfassung API
[ipfire.org.git] / src / templates / donate / error.html
CommitLineData
c7bcb9ca
MT
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 %}