]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/thank-you.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / donate / thank-you.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Thank You!") }}{% end block %}
4
5 {% block container %}
6 <section>
7 <div class="container">
8 <div class="row">
9 <div class="col col-lg-6">
10 <h1 class="display-2">{{ _("Thank You") }}</h1>
11
12 <p>
13 {{ _("Thank you very much for your donation to the IPFire Project.") }}
14 </p>
15 </div>
16 </div>
17 </div>
18 </section>
19 {% end block %}