]> git.ipfire.org Git - people/jschlag/pbs.git/blob - data/templates/register-success.html
d5d2623012b957f76a9d5d12285b190ddcd6030e
[people/jschlag/pbs.git] / data / 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 %}