]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/register-fail.html
Drop dependency on textile
[people/jschlag/pbs.git] / src / templates / register-fail.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Registration failed") }}</h1>
5 <p>
6 {{ _("We are sorry.") }}
7 {{ _("We could not create your requested account.") }}
8 </p>
9
10 <ul>
11 {% for msg in messages %}
12 <li>{{ msg }}</li>
13 {% end %}
14 </ul>
15
16 <p>
17 {{ _("Use the back button on your web browser to go back to the previous page and correct your submission.") }}
18 </p>
19 {% end %}