mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Merge pull request #4089 from alphagov/flash-upload-errors-177535141
Show flash instead of inline upload errors
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
{{file_upload(
|
||||
form.file,
|
||||
allowed_file_extensions=allowed_file_extensions,
|
||||
button_text='Choose a file'
|
||||
button_text='Choose a file',
|
||||
show_errors=False
|
||||
)}}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
form.file,
|
||||
allowed_file_extensions=allowed_file_extensions,
|
||||
button_text='Choose file',
|
||||
show_errors=False,
|
||||
)}}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user