fix: Fix attendance confirmation link

master
John Montagu, the 4th Earl of Sandvich 2024-12-21 17:29:33 -08:00
parent 24de3fd237
commit 07a3c50a00
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class Event(app_db.BaseModel):
f"Maximum roles filled: {matchings}" + ringers_needed_msg,
"",
"[Confirm attendance here]" +
f"(https://{domain}/team/id/{self.team.id}/events/{self.id})",
f"(https://{domain}/team/id/{self.team.id})",
])
def get_or_create_webhook(self):