Skip to content
Snippets Groups Projects
Commit f9f70d78 authored by Martin Mareš's avatar Martin Mareš
Browse files

App: Warning about Z6 to Z10

parent bd1007db
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ body {
height: 2.5ex;
}
.warning {
color: #cc0000;
font-weight: bold;
}
#schedule {
position: relative;
}
......
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment