diff options
Diffstat (limited to 'templates/event.html')
-rw-r--r-- | templates/event.html | 6 |
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> |