Replace links with from accountmanagement to account/manage

This commit is contained in:
slawkens
2025-03-16 12:39:07 +01:00
parent 4a6896b446
commit 6fac883659
3 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@
<tbody>
<tr>
{% if not logged %}
<form action="?subtopic=accountmanagement&redirect={{ getGuildLink(guild_name|url_encode, false) }}" method="post">
<form action="{{ getLink('account/manage') }}?redirect={{ getGuildLink(guild_name|url_encode, false) }}" method="post">
{{ csrf() }}
<td>
{{ include('buttons.login.html.twig') }}