repo.or.cz
/
ganeti_webmgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git]
/
ganeti_web
/
templates
/
registration
/
password_reset_form.html
blob
ae05ff0a5002398573f4ce3d2a8a08bf719b591f
1
{% extends
"no_menu_base.html"
%}
2
{% load i18n %}
3
{% block content %}
4
<div
id
=
"passwordreset"
>
5
<h1>
{% trans
"Password Reset"
%}
</h1>
6
<fieldset>
7
<form
method
=
"post"
>
8
{% csrf_token %}
9
{{ form.as_p }}
10
<input
class
=
"submit"
type
=
"submit"
value
=
"{% trans "
Reset
" %}"
/>
11
</form>
12
</fieldset>
13
</div>
14
{% endblock %}