mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-20 05:02:30 -04:00
Merge pull request #2298 from alphagov/no-html5-validation
Don’t use HTML5 validation on email branding form
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user