mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Remove set-to-string conversion from upload code
Also changes the allowed_spreadsheet_file_extensions variable to allowed_file_extensions for consistency.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="page-footer bottom-gutter">
|
||||
{{file_upload(
|
||||
form.file,
|
||||
allowed_file_extensions=allowed_spreadsheet_file_extensions,
|
||||
allowed_file_extensions=allowed_file_extensions,
|
||||
button_text='Choose a file'
|
||||
)}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user