]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/people/subscribed.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / people / subscribed.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Thank You") }}{% end block %}
4
5 {% block content %}
6 <div class="row justify-content-center my-5">
7 <div class="col-12 col-md-6">
8 <div class="card bg-success text-white p-md-5 mb-3">
9 <div class="card-body text-center">
10 <span class="fas fa-check fa-5x my-4"></span>
11
12 <p class="lead">
13 {{ _("You have been subscribed and will now receive updates from the IPFire Project.") }}
14 </p>
15 </div>
16 </div>
17
18 <a class="btn btn-light btn-block" href="/">
19 {{ _("Back") }}
20 </a>
21 </div>
22 </div>
23 {% end block %}