mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
* fixed some php short tag
* fixed guild change description back button
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user