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

Fix css classes.

parent 23815532
No related branches found
No related tags found
1 merge request!13Add function to cancel lessons. Closes #25.
{# -*- engine:django -*- #}
<div class="card chronos-lesson
{% if lesson_period.get_substitution %}
border border-warning
{% endif %}
{% if lesson_period.get_substitution.cancelled %}
border border-danger chronos-lesson-cancelled
{% elif lesson_period.get_substitution %}
border border-warning
{% endif %}
"
style="
......
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