]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/thank-you.html
donate/thank-you: updated page to new design
[ipfire.org.git] / src / templates / donate / thank-you.html
CommitLineData
c7bcb9ca
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Thank You!") }}{% end block %}
4
5{% block container %}
f6c5ceb1
RH
6 <section class="hero is-primary is-fullheight-with-navbar">
7 <div class="hero-body">
8 <div class="container">
9 <h1 class="title is-1">
10 {{ _("Thank You") }}
11 </h1>
12 <p class="subtitle">
13 {{ _("Thank you very much for your donation to the IPFire Project.") }}
14 </p>
c7bcb9ca
MT
15 </div>
16 </div>
17 </section>
18{% end block %}