diff --git a/app/static/mffzoom.css b/app/static/mffzoom.css index e957ae1fbc6c23fbc9fe3a97078e00f0d616baa2..405a4b19a16aceba8954b750cafe54bca32e5dab 100644 --- a/app/static/mffzoom.css +++ b/app/static/mffzoom.css @@ -12,6 +12,11 @@ body { height: 2.5ex; } +.warning { + color: #cc0000; + font-weight: bold; +} + #schedule { position: relative; } diff --git a/app/templates/main.html b/app/templates/main.html index f57157b951287f4580f2ae7f7486ee69e888eb66..79e1d9c82bc850dc542dd3cf52e2b5d197c711ab 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -2,7 +2,7 @@ <html> <head> <title>MFF Zoom Schedule</title> - <link rel=stylesheet href="{{ url_for('static', filename='mffzoom.css') }}?v=1" type='text/css' media=all> + <link rel=stylesheet href="{{ url_for('static', filename='mffzoom.css') }}?v=2" type='text/css' media=all> </head> <body> <h1>MFF Zoom</h1> @@ -32,6 +32,9 @@ </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 %}