## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%def name="title()"> ${_('Sign In')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif
<%include file="/base/flash_msg.html"/>
${h.form(h.url.current(**request.GET), needs_csrf_token=False)} ${h.text('username',class_='focus')} ${h.password('password',class_='focus')} ${h.submit('sign_in',_('Sign In'),class_="btn sign-in")} ${h.end_form()}