feat: validate application date range against existing dispositions
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user