Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion montage/admin_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def import_entries(user_dao, round_id, request_dict):
u'- {}'.format(warning) for warning in warnings
])
msg = u'unable to load {} files:\n{}'.format(len(warnings), formatted_warnings)
import_warnings.append({'import issues', msg})
import_warnings.append({'import issues': msg})
params = {'file_names': file_names}
else:
raise NotImplementedResponse()
Expand Down