From 375853414053c80ae8be105ccd58b5bd9a4bad64 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 6 Feb 2023 14:42:40 +0100 Subject: [PATCH] Warning: Shared licences will expire --- app/templates/main.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/main.html b/app/templates/main.html index b529f06..37c0bf3 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -9,6 +9,9 @@ <p id=intro>This table summarizes meetings scheduled in our Zoom accounts. Use standard Zoom interface to create and modify reservations. Please keep in mind that there is a slight delay between Zoom and this table. Please report all bugs to Martin Mareš.</p> + + <p><b>Please note that the shared Zoom accounts will not be available after 2023-03-10.</b></p> + <form id=f method=GET action="?"> <label for=date>Date:</label> <input id=date type=date name=date step=1 value="{{ g.date }}"> -- GitLab