feat: improved mutability checks for personal data in edit or create mode
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="mt-8 pt-4 border-t border-gray-200 text-center">
|
||||
<a href="{{ path('app_booking_cancel') }}" class="text-sm text-gray-600 hover:text-gray-900 hover:underline">
|
||||
Buchung abbrechen und zur Startseite zurückkehren
|
||||
</a>
|
||||
</div>
|
||||
@@ -100,4 +100,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'booking/_cancel_link.html.twig' %}
|
||||
{% endblock %}
|
||||
@@ -75,4 +75,6 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include 'booking/_cancel_link.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -72,4 +72,6 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include 'booking/_cancel_link.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -65,4 +65,6 @@
|
||||
} %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'booking/_cancel_link.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -426,4 +426,6 @@
|
||||
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
|
||||
{% include 'booking/_cancel_link.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user