move characters link to twig

This commit is contained in:
slawkens
2020-10-27 07:24:21 +01:00
parent 2ba702df21
commit 42a628731d
2 changed files with 1 additions and 2 deletions

View File

@@ -400,7 +400,7 @@
<td>{% if player.isOnline() %}<b><span style="color: green">Online</span></b>{% endif %}</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ characters_link }}" method=post>
<form action="{{ getLink('characters') }}" method=post>
<tr>
<td>
<input type="hidden" name="name" value="{{ player.getName() }}"/>