]> git.ipfire.org Git - pbs.git/blob - src/templates/user-requested-password-recovery.html
Merge branch 'master' of git://git.ipfire.org/pbs
[pbs.git] / src / templates / user-requested-password-recovery.html
1 {% extends "base-form2.html" %}
2
3 {% block title %}{{ _("Requested password recovery") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Password recovery requested") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span6">
12 <p>
13 {{ _("An email with instructions how to recover your password was send to your primary email address.") }}
14 </p>
15 <hr>
16 </div>
17 </div>
18 {% end %}