## -*- coding: utf-8 -*- <%inherit file="base/root.mako"/> <%def name="title()"> ${_('Create an Account')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def>
${_('Account activation requires admin approval.')}
%endif ${h.submit('sign_up',_('Create Account'),class_="btn sign-in")} ${h.end_form()}