## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%def name="title()"> ${_('Sign In')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def>
${h.link_to(_('Forgot your password?'), h.route_path('reset_password'))}
${h.submit('sign_in', _('Sign In'), class_="btn sign-in")} ${h.end_form()}