Don’t use HTML5 validation

This commit is contained in:
Chris Hill-Scott
2018-09-06 16:03:28 +01:00
parent 72ca78e824
commit 8978aa33c6

View File

@@ -19,7 +19,7 @@
</div>
{% endif %}
{{ file_upload(form.file, button_text='{} logo'.format('Update' if email_branding else 'Upload')) }}
<form method="post">
<form method="post" novalidate>
<div class="form-group">
<div style='margin-top:15px;'>{{textbox(form.name)}}</div>
<div style='margin-top:15px;'>{{textbox(form.text)}}</div>