* fixed some php short tag

* fixed guild change description back button
This commit is contained in:
slawkens1
2017-11-22 00:22:31 +01:00
parent 8b302749ff
commit 036520566c
3 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Here you can change description of your guild.<br/>
(max. {{ config.guild_description_lines_limit }} lines, max. {{ config.guild_description_chars_limit }} chars) <input type="submit" value="Save description"/></form><br/>
<br/>
<center>
<form action="?subtopic=guilds&guild='.$guild->getName().'&action=manager" method="post">
<form action="?subtopic=guilds&guild={{ guild.getName() }}&action=manager" method="post">
{{ include('buttons.back.html.twig') }}
</form>
</center>