Fix login button in guilds.view page

This commit is contained in:
slawkens 2020-02-13 01:15:48 +01:00
parent 887a080198
commit b95d333dc9

View File

@ -282,7 +282,7 @@
{% if not logged %}
<form action="?subtopic=accountmanagement&redirect={{ getGuildLink(guild_name|url_encode, false) }}" method="post">
<td>
<input type="image" name="Login" alt="Login" src="{{ template_path }}/images/global/buttons/sbutton_login.gif" style="width: 120px; height: 20px;">
{{ include('buttons.login.html.twig') }}
</td>
</form>
{% else %}