summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/event.html4
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>