mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
1df0545061
This does work only if email is required by instance. If you're sysadmin, you can configure it in openvk.yml.
19 lines
502 B
XML
Executable file
19 lines
502 B
XML
Executable file
{extends "@layout.xml"}
|
|
{block title}{_ec_header}{/block}
|
|
|
|
{block header}
|
|
{_ec_header}
|
|
{/block}
|
|
|
|
{block content}
|
|
<div class="border-block center">
|
|
<h4>{_ec_title}</h4>
|
|
<p>{tr("ec_1", htmlentities($thisUser->getCanonicalName()))|noescape}<br/></p>
|
|
<p>{_ec_2}</p>
|
|
<p>
|
|
<form action="/reg/resend" method="post">
|
|
<input type="submit" class="button" value="{_ec_resend}">
|
|
</form>
|
|
</p>
|
|
</div>
|
|
{/block}
|