Commit 5f57c133 by Asad Azam Committed by AsadAzam

Fixed error message displayed on invalid date

parent a47b11a2
......@@ -58,7 +58,9 @@
<label class="field-label ">{{ run_form.start.label_tag }} <span class="required">*</span></label>
{{ run_form.start }}
{% if run_form.start.errors %}
<div class="field-message-content">
{{ run_form.start.errors|escape }}
</div>
{% endif %}
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment