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

@@ -114,7 +114,7 @@
{% else %}
<b>Before you can create a guild you must login.</b>
<br/>
<form action="?subtopic=accountmanagement&redirect={{ getLink('guilds') }}" method="post">
<form action="{{ getLink('account/manage') }}?redirect={{ getLink('guilds') }}" method="post">
{{ csrf() }}
{% include('buttons.login.html.twig') %}
</form>