feat: optional return url

This commit is contained in:
Björn Fromme
2026-03-16 12:00:41 +01:00
parent 36ef54d541
commit 87439ee509
7 changed files with 72 additions and 31 deletions
+2 -2
View File
@@ -48,8 +48,8 @@
</ul>
{% else %}
{# Guest user - show simple homepage link #}
<a href="https://www.ep-reisen.de" class="button button--primary">
Zurück zur Startseite
<a href="{{ returnUrl }}" class="button button--primary">
Zurück
</a>
{% endif %}