9 lines
157 B
Mako
9 lines
157 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/base.mako" />
|
|
|
|
<%def name="title()">Change Password</%def>
|
|
|
|
<div class="form">
|
|
${form.render_deform()|n}
|
|
</div>
|
|
|