]> git.ipfire.org Git - pbs.git/blob - data/templates/user-profile-edit-fail.html
Initial import.
[pbs.git] / data / templates / user-profile-edit-fail.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Edit failed") }}</h1>
5 <p>
6 {{ _("We are sorry.") }}
7 {{ _("The user profile cannot be saved.") }}
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 %}