feat: custom destinations

This commit is contained in:
Björn Fromme
2024-05-15 17:32:07 +02:00
parent 57e1082f2f
commit efc4b58077
27 changed files with 826 additions and 40 deletions
@@ -0,0 +1,10 @@
{% extends 'administrative/layout.html.twig' %}
{% block title %}Reise anlegen{% endblock %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Reise anlegen
</h1>
{% include 'administrative/system/destination/_form.html.twig' %}
{% endblock %}