wip: functionality for new role 'management'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% extends 'administrative/layout.html.twig' %}
|
||||
|
||||
{% block title %}Einsatz bearbeiten{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-2xl font-bold pb-8">
|
||||
Einsatz bearbeiten
|
||||
</h1>
|
||||
{% include 'administrative/assignment/_form.html.twig' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user