fix: Fix attendance confirmation link
parent
24de3fd237
commit
07a3c50a00
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue