mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix guild leave
This commit is contained in:
parent
d291f694d2
commit
c996f25d8d
@ -1,4 +1,4 @@
|
|||||||
<form action="?subtopic=guilds&action=leave_guild&guild={{ guild_name }}&todo=save" METHOD="post">
|
<form action="?subtopic=guilds&action=leave&guild={{ guild_name }}&todo=save" METHOD="post">
|
||||||
{{ csrf() }}
|
{{ csrf() }}
|
||||||
<table border="0" cellspacing="1" cellpadding="4" width="100%">
|
<table border="0" cellspacing="1" cellpadding="4" width="100%">
|
||||||
<tr bgcolor="{{ config.vdarkborder }}">
|
<tr bgcolor="{{ config.vdarkborder }}">
|
||||||
|
@ -327,7 +327,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if players_from_account_in_guild|length > 0 %}
|
{% if players_from_account_in_guild|length > 0 %}
|
||||||
<form action="?subtopic=guilds&action=leave_guild&guild={{ guild_name|url_encode }}" method="post">
|
<form action="?subtopic=guilds&action=leave&guild={{ guild_name|url_encode }}" method="post">
|
||||||
{{ csrf() }}
|
{{ csrf() }}
|
||||||
<td>
|
<td>
|
||||||
{% set button_name = 'Leave Guild' %}
|
{% set button_name = 'Leave Guild' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user