Event identifiers for anonymizations

This commit is contained in:
2026-03-22 00:14:00 +01:00
parent 405591d6dd
commit 37039f082c
6 changed files with 12 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ console.log(props.events)
<div style="margin-top: 20px; display: flex; justify-content: flex-end;">
<a
:href="'/event/' + event.id + '/signup'"
:href="'/event/' + event.identifier + '/signup'"
style="
display: inline-block;
padding: 10px 24px;