diff options
author | cyfraeviolae <cyfraeviolae> | 2024-04-03 13:57:03 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-04-03 13:57:03 -0400 |
commit | cbe81b2be3d77d1ded3d5e31f15339c033f75696 (patch) | |
tree | 60dd1a04b99695ca708939735d995b7673ccf527 /templates/event.html | |
parent | 0466dca275d01b659f977e5471c8ded34cabf9ab (diff) |
calendarurl
Diffstat (limited to 'templates/event.html')
-rw-r--r-- | templates/event.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/event.html b/templates/event.html index 925a707..9171021 100644 --- a/templates/event.html +++ b/templates/event.html @@ -30,7 +30,7 @@ <br> <button onclick="navigator.clipboard.writeText(document.location.host + '/symposium/event/{{event.iden}}')">Copy invite link</button> <button onclick="window.open('/symposium/event/{{event.iden}}', '_blank')">Visit public invite page</button> - <button onclick="window.open('/symposium/calendar/{{event.iden}}')">Save to calendar</button> + <button onclick="window.open('/symposium/event/{{event.iden}}/calendar')">Save to calendar</button> <br> <hr> {% endif %} @@ -44,7 +44,7 @@ <br> {% if not manage %} <button onclick="navigator.clipboard.writeText(document.location.host + '/symposium/event/{{event.iden}}'); return false">Copy invite link</button> - <button onclick="window.open('/symposium/calendar/{{event.iden}}'); return false">Save to calendar</button> + <button onclick="window.open('/symposium/event/{{event.iden}}/calendar'); return false">Save to calendar</button> <br> {% endif %} <br> |