]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/user-profile-need-activation.html
Use autotools
[people/jschlag/pbs.git] / src / templates / user-profile-need-activation.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Edit successful") }}</h1>
5 <p>
6 {{ _("The user profile was successfully altered.") }}
7 {{ _("But as you have changed the email address, you need to re-activate the account.") }}
8 {{ _("Have a look at you mailbox - you already do know what to do.") }}
9 </p>
10 {% end %}