]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/user-profile-edit-fail.html
Drop ETA guessing which was never really accurate
[people/jschlag/pbs.git] / src / templates / user-profile-edit-fail.html
CommitLineData
9137135a
MT
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 %}