myaac/system/templates/guilds.invite.html.twig
slawkens e45d27b5c7 * moved most of guilds html-in-php code to twig
* moved buttons to separate templates
* moved online search for to twig
2017-10-18 16:08:15 +02:00

4 lines
237 B
Twig

<form action="?subtopic=guilds&action=invite&guild={{ guild_name }}&todo=save" method="post">
Invite player with name:&nbsp;&nbsp;<input type="text" name="name">&nbsp;&nbsp;&nbsp;&nbsp;
{{ include('buttons.submit.html.twig') }}
</form>