Merge pull request #2298 from alphagov/no-html5-validation

Don’t use HTML5 validation on email branding form
This commit is contained in:
Chris Hill-Scott
2018-09-06 16:10:23 +01:00
committed by GitHub

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>