fix: typos
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button type="button"
|
<button type="button"
|
||||||
title="zusätzliche Apsprachen {{ disposition.teamer }}"
|
title="zusätzliche Absprachen {{ disposition.teamer }}"
|
||||||
hx-get="{{ path('app_administrative_disposition_special_agreements', { 'uuid': disposition.uuid }) }}"
|
hx-get="{{ path('app_administrative_disposition_special_agreements', { 'uuid': disposition.uuid }) }}"
|
||||||
hx-target="body"
|
hx-target="body"
|
||||||
hx-swap="beforeend">
|
hx-swap="beforeend">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends 'htmx_modal.html.twig' %}
|
{% extends 'htmx_modal.html.twig' %}
|
||||||
|
|
||||||
{% block title %}Zusätzliche Abspsprachen{% endblock %}
|
{% block title %}Zusätzliche Absprachen{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ form_start(form) }}
|
{{ form_start(form) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user