chore: adopt namespace pattern for accommodation booking controllers

This commit is contained in:
Björn Fromme
2026-08-19 17:07:57 +02:00
parent e105c611be
commit d5f9f4ef10
25 changed files with 137 additions and 138 deletions
@@ -0,0 +1,13 @@
{% extends 'layout.html.twig' %}
{% block title %}Link nicht verfügbar{% endblock %}
{% block content %}
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 max-w-lg w-full">
{% include '_partials/_alert.html.twig' with {
level: 'error',
title: 'Dieser Link ist nicht (mehr) gültig',
messages: ['Bitte wende dich an uns, damit wir dir einen neuen Link zusenden können.'],
} %}
</div>
{% endblock %}