diff --git a/frontend/javascript/modules/attendanceForm.js b/frontend/javascript/modules/attendanceForm.js index 54967f5d..5175a15a 100644 --- a/frontend/javascript/modules/attendanceForm.js +++ b/frontend/javascript/modules/attendanceForm.js @@ -52,9 +52,7 @@ export default class AttendanceForm { } }); - FetchUtil.postWithWarning(this.endpoint, payload, { - warningText: "You will not be able to edit this event once " + - "attendance has been recorded.", + FetchUtil.post(this.endpoint, payload, { successText: "Attendance has been submitted." }); });