From fcb29a0eac551dd4ec2018b43ea61912f5031930 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 23 Sep 2020 21:23:02 +0200 Subject: [PATCH] App: Removed warning --- app/templates/main.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/templates/main.html b/app/templates/main.html index 79e1d9c..b529f06 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -32,9 +32,6 @@ </form> <h2>Schedule for {{ g.dow }} {{ g.date }}</h2> -{% if g.rooms == "i" %} - <p class=warning>Warning: Do not plan new meetings in Z6 to Z10, they will become unlicensed on 2020-06-22. -{% endif %} <div id=heading> {% for r in g.room_boxes %} -- GitLab