Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wizards
mffzoom
Commits
f9f70d78
Commit
f9f70d78
authored
Jun 15, 2020
by
Martin Mareš
Browse files
App: Warning about Z6 to Z10
parent
bd1007db
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/static/mffzoom.css
View file @
f9f70d78
...
...
@@ -12,6 +12,11 @@ body {
height
:
2.5ex
;
}
.warning
{
color
:
#cc0000
;
font-weight
:
bold
;
}
#schedule
{
position
:
relative
;
}
...
...
app/templates/main.html
View file @
f9f70d78
...
...
@@ -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 %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment