1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
ifhub.club/application/frontend/skin/synio/forms/form.auth.invite.tpl

10 lines
380 B
Smarty

{**
* Форма регистрации через инвайт
*}
<form action="{router page='registration'}invite/" method="post">
<p><label>{$aLang.registration_invite_code}:</label>
<input type="text" name="invite_code" class="width-300" /></p>
<button type="submit" name="submit_invite" class="button button-primary">{$aLang.registration_invite_check}</button>
</form>