]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/auth/messages/register.html
auth: Update messages to the new design
[ipfire.org.git] / src / templates / auth / messages / register.html
CommitLineData
0218bd0d
MT
1{% extends "../../messages/base.html" %}
2
bb3f580c
MT
3{% block hero %}
4 <tr class="hero">
5 <td>
6 <img class="g-img" src="{{ embed_image("img/auth/register@600.jpg") }}" alt="IPFire">
7 </td>
8 </tr>
9{% end block %}
10
0218bd0d 11{% block content %}
bb3f580c
MT
12 <tr class="section">
13 <td>
14 <h1>{{ _("Hello %s!") % first_name }}</h1>
0218bd0d 15
bb3f580c
MT
16 <p>
17 {{ _("Thank you for registering a new account with us.") }}
18 </p>
0218bd0d 19
bb3f580c
MT
20 <p>
21 {{ _("This account will allow you to take part in our project. Either by joining conversations, writing documentation, or becoming a developer.") }}
22 {{ _("There are many things you can do with your account.") }}
23 </p>
0218bd0d 24
bb3f580c
MT
25 <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
26 <tr class="button">
27 <td>
28 <a class="primary" href="https://www.ipfire.org/activate/{{ uid }}/{{ activation_code }}">
29 {{ _("Activate Account") }}
30 </a>
31 </td>
32 </tr>
33 </table>
34 </td>
35 </tr>
0218bd0d 36{% end block %}