Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phildominguez-gsa committed Oct 16, 2024
1 parent 84965d7 commit ea1099c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/audit/views/manage_submission_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ def _handle_add_editor(self, request, url, sac, report_id, email, fullname):
"certifier_name": fullname,
"email": email,
"report_id": report_id,
"errors": {"email": f"{email} is already in use by another editor for this audit."},
"errors": {
"email": f"{email} is already in use by another editor for this audit."
},
}

return render(request, self.template, context, status=400)
Expand Down

0 comments on commit ea1099c

Please sign in to comment.