1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-15 15:28:19 +03:00
ifhub.club/application/frontend/components/auth/auth.invite.tpl

12 lines
434 B
Smarty

{**
* Форма регистрации через инвайт
*}
<form action="{router page='auth'}invite/" method="post">
{component 'field' template='text'
name = 'invite_code'
rules = [ 'required' => true, 'type' => 'alphanum' ]
label = $aLang.auth.invite.form.fields.code.label}
{component 'button' name='submit_invite' mods='primary' text=$aLang.auth.invite.form.fields.submit.text}
</form>