## -*- coding: utf-8 -*-
<%inherit file="base/root.html"/>
<%def name="title()">
${_('Reset your password')} - ${c.rhodecode_name}</%def>
<divid="register"><divclass="title top-left-rounded-corner top-right-rounded-corner"><h5>${_('Reset your password to')}${c.rhodecode_name}</h5></div><divclass="inner">${h.form(url('password_reset'))}<divclass="form"><!-- fields --><divclass="fields"><divclass="field"><divclass="label"><labelfor="email">${_('Email address')}:</label></div><divclass="input">${h.text('email')}</div></div><divclass="buttons"><divclass="nohighlight">${h.submit('send',_('Reset my password'),class_="ui-btn large")}<divclass="activation_msg">${_('Password reset link will be send to matching email address')}</div></div></div></div></div>${h.end_form()}<scripttype="text/javascript">YUE.onDOMReady(function(){YUD.get('email').focus();})</script></div></div>