Skip to content

Commit

Permalink
bugfix: Uploading spreadsheet was broken
Browse files Browse the repository at this point in the history
Broken in 382f85d

#95
  • Loading branch information
odscjames committed Jun 9, 2023
1 parent 8bb81c2 commit 3508294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_ofds/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class NewSpreadsheetInput(InputDataView):
content_type_incorrect_message = "This does not appear to be a spreadsheet."
allowed_file_extensions = settings.ALLOWED_SPREADSHEET_EXTENSIONS
file_extension_incorrect_message = "This does not appear to be a spreadsheet."
supplied_data_format = "csvs"
supplied_data_format = "spreadsheet"

def get_active_form_key(self, forms, request_data):
return "upload_form"
Expand Down

0 comments on commit 3508294

Please sign in to comment.