10 lines
278 B
Twig
10 lines
278 B
Twig
{% extends 'administrative/layout.html.twig' %}
|
|
|
|
{% block title %}Reise bearbeiten{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1 class="text-2xl font-bold pb-8">
|
|
Reise bearbeiten
|
|
</h1>
|
|
{% include 'administrative/system/destination/_form.html.twig' %}
|
|
{% endblock %} |