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_change_form.html
blob
693cee17732cf199c9ecd1224985263bba63586b
1
{% extends
"no_menu_base.html"
%}
2
{% load i18n %}
3
{% block content %}
4
<div
id
=
"passwordchange"
>
5
<h1>
{% trans
"Change Password"
5
}
</h1>
6
<fieldset>
7
<form
method
=
"post"
>
8
{{ form.as_p }}
9
<input
class
=
"submit"
type
=
"submit"
value
=
"{% trans "
Submit
" %}"
/>
10
</form>
11
</fieldset>
12
</div>
13
{% endblock %}