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

10 lines
427 B
Smarty

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