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 -%}