Update account.lost.form.html.twig

This commit is contained in:
slawkens 2023-11-25 15:47:53 +01:00
parent 48e9a1ed51
commit e74fbe5bfd

View File

@ -1,5 +1,5 @@
The Lost Account Interface can help you to get back your account name and password. Please enter your character name and select what you want to do.<br/> The Lost Account Interface can help you to get back your account name and password. Please enter your character name and select what you want to do.<br/>
<form action="?subtopic=lostaccount&action=step1" method="post"> <form action="{{ getLink('account/lost') }}?action=step1" method="post">
{{ csrf() }} {{ csrf() }}
<input type="hidden" name="character" value=""> <input type="hidden" name="character" value="">
<table cellspacing="1" cellpadding="4" border="0" width="100%"> <table cellspacing="1" cellpadding="4" border="0" width="100%">