feat: validate application date range against existing dispositions

This commit is contained in:
Björn Fromme
2024-09-23 15:38:09 +02:00
parent 7d816d36ec
commit 6ca41f6b9c
5 changed files with 85 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
{%- block form_errors -%}
{%- if errors|length > 0 -%}
<ul>
<ul class="pb-2">
{%- for error in errors -%}
<li class="text-red-500">{{ error.message }}</li>
{%- endfor -%}
@@ -16,6 +16,7 @@
</h2>
{% include '_partials/_assignment_requirements_info.html.twig' %}
{{ form_start(form) }}
{{ form_errors(form) }}
<div class="flex flex-col space-y-4 pb-8">
{% if form.pickup is defined %}
{{ form_row(form.pickup) }}