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