mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Get rid of ?subtopic=x links
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form action="?subtopic=guilds&action=create&todo=save" method="post">
|
||||
<form action="{{ getLink('guilds') }}?action=create&todo=save" method="post">
|
||||
{{ csrf() }}
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
||||
<tr>
|
||||
@@ -47,7 +47,7 @@
|
||||
</form>
|
||||
</td>
|
||||
<td align="center">
|
||||
<form action="?subtopic=guilds" method="post">
|
||||
<form action="{{ getLink('guilds') }}" method="post">
|
||||
{{ csrf() }}
|
||||
{{ include('buttons.back.html.twig') }}
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user