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