fix: remove and replace old form functions

This commit is contained in:
James Cole
2023-06-04 10:09:45 +02:00
parent a4f9a6fd42
commit 0438fb5a2e
15 changed files with 40 additions and 230 deletions

View File

@@ -6,7 +6,7 @@
<div class="input-group-addon">
<span class="fa fa-calendar"></span>
</div>
{{ Form.input('date', name, value, options) }}
{{ Html.input('date', name, value).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') }}
</div>
{% include 'form.help' %}
{% include 'form.feedback' %}