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
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,11 @@ body { ...@@ -12,6 +12,11 @@ body {
height: 2.5ex; height: 2.5ex;
} }
.warning {
color: #cc0000;
font-weight: bold;
}
#schedule { #schedule {
position: relative; position: relative;
} }
... ...
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>MFF Zoom Schedule</title> <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> </head>
<body> <body>
<h1>MFF Zoom</h1> <h1>MFF Zoom</h1>
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
</form> </form>
<h2>Schedule for {{ g.dow }} {{ g.date }}</h2> <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> <div id=heading>
{% for r in g.room_boxes %} {% for r in g.room_boxes %}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment