summaryrefslogtreecommitdiff
path: root/templates/event.html
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 04:38:22 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 04:38:22 -0400
commit55cca54a61fdab15b3733dca7334996618b014ff (patch)
tree42dfe00749ba264c235cdb2c49b754997ee48ad0 /templates/event.html
parent3920ccab000092dad0559dc1b475513f5a97abd5 (diff)
fix links
Diffstat (limited to 'templates/event.html')
-rw-r--r--templates/event.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/event.html b/templates/event.html
index 5385308..687d696 100644
--- a/templates/event.html
+++ b/templates/event.html
@@ -22,7 +22,7 @@
<span class="manage">Admin Management Interface</span>
<br>
<br>
- Save your admin management link. Without it, you will not be able to edit your event.
+ Save your admin management link. You will need it to be able to edit your event.
<br>
<br>
<button onclick="navigator.clipboard.writeText(document.location.host + '/symposium/event/{{event.iden}}?password={{event.password}}')">Copy admin management link (keep safe)</button>
@@ -30,6 +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>
<br>
<hr>
{% endif %}
@@ -42,7 +43,8 @@
{% endif %}
<br>
{% if not manage %}
- <button>Copy invite link</button>
+ <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>
<br>
{% endif %}
<br>