Skip to content

Commit

Permalink
mod: message in event-comitee marks email
Browse files Browse the repository at this point in the history
  • Loading branch information
madsab committed Sep 18, 2024
1 parent a92fe6e commit e4867d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/events/mommy.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def generate_message(attendance_event):
)
message.contact = f"\n\nEventuelle spørsmål sendes til {message.committee_mail} "
message.send = True
message.committee_message = f'På grunn av manglende oppmøte på "{event.title}" har følgende brukere fått en prikk:\n'
marks_amount = Mark.Cause.NO_ATTENDANCE.weight()
message.committee_message = f'På grunn av manglende oppmøte på "{event.title}" har følgende brukere fått {marks_amount} prikk(er):\n'
message.committee_message += not_attended_string
return message

Expand Down

0 comments on commit e4867d6

Please sign in to comment.