mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -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:
@@ -137,7 +137,7 @@
|
||||
{% if not request.args.from_test %}
|
||||
{{ file_upload(
|
||||
form.file,
|
||||
allowed_file_extensions=allowed_spreadsheet_file_extensions,
|
||||
allowed_file_extensions=allowed_file_extensions,
|
||||
action=url_for('.send_messages', service_id=current_service.id, template_id=template.id),
|
||||
button_text='Upload your file again'
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user