Skip to content
Snippets Groups Projects
Verified Commit 661f82d4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Strike-through lesson if cancelled. Closes #28.

parent 6ae3ff32
No related branches found
No related tags found
1 merge request!12Strike-through lesson if cancelled. Closes #28.
......@@ -3,3 +3,8 @@ input.alsijil-lesson-personal-note-name:disabled {
border: 0;
color: #212529;
}
.alsijil-lesson-cancelled {
background-color: inherit !important;
text-decoration: line-through;
}
......@@ -47,6 +47,9 @@
{% else %}
{% if period.get_substitution %}
table-warning
{% if period.get_substitution.cancelled %}
alsijil-lesson-cancelled
{% endif %}
{% endif %}
{% endif %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment