]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/auth/register-success.html
Merge remote-tracking branch 'rico/new-design' into new-design
[ipfire.org.git] / src / templates / auth / register-success.html
CommitLineData
f32dd17f
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Thank You") }}{% end block %}
4
5{% block content %}
ecc14bea
RH
6<section class="section">
7 <div class="container">
8 <div class="columns is-centered">
9 <div class="column is-one-third">
10 <h1 class="title is-1">
11 IPFire<span class="has-text-primary">_</span>
12 </h1>
13 <h4 class="subtitle is-4">
14 {{ _("Your account has been created.") }}
15 {{ _("Please check your email for next steps.") }}
16 </h4>
f32dd17f 17
ecc14bea
RH
18 <div class="block">
19 <p class="is-size-5">
20 <span class="fas fa-check fa-5x my-4"></span>
f32dd17f
MT
21 </p>
22 </div>
23 </div>
24 </div>
25 </div>
ecc14bea 26</section>
f32dd17f 27{% end block %}