]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/register-success.html
Use autotools
[people/jschlag/pbs.git] / src / templates / register-success.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Registration successful") }}</h1>
5 <p>
6 {{ _("Your new account has been created, %s.") % user.realname }}
7 {{ _("To complete the activation, follow the instructions that were sent to you in an activation email.") }}
8 </p>
9 {% end %}