1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 13:24:26 +03:00
ifhub.club/application/frontend/skin/developer/components/auth/auth.reactivation.tpl
2014-11-05 22:45:27 +07:00

10 lines
463 B
Smarty

{**
* Форма запроса повторной активации аккаунта
*}
<form action="{router page='registration'}reactivation/" method="post" class="js-form-reactivation">
{* E-mail *}
{include 'components/field/field.email.tpl' label=$aLang.auth.reactivation.form.fields.mail.label}
{include 'components/button/button.tpl' name='submit_reactivation' mods='primary' text=$aLang.auth.reactivation.form.fields.submit.text}
</form>