Skip to content
Snippets Groups Projects
Commit 2e77d49f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '28-week-view-honour-cancelled-lessons' into 'master'

Strike-through lesson if cancelled. Closes #28.

Closes #28

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!12
parents dbc5244d 464a4a8e
No related branches found
No related tags found
1 merge request!12Strike-through lesson if cancelled. Closes #28.
......@@ -3,3 +3,7 @@ input.alsijil-lesson-personal-note-name:disabled {
border: 0;
color: #212529;
}
.alsijil-lesson-cancelled {
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