chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends 'admin_base.html.twig' %}
|
||||
|
||||
{% block title %}Edit Department{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit Department</h1>
|
||||
|
||||
{{ include('department/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('department_index') }}">back to list</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user