Skip to content
Snippets Groups Projects
Commit 024aba86 authored by Julian's avatar Julian
Browse files

Make lessons with event pruple

parent 57678e99
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
{% endif %}"
{# Add CSS class for sub when it's a sub #}
class="{% if element_container.substitution %}lesson-with-sub{% endif %}">
class="{% if element_container.substitution %}{% if element_container.substitution.table.is_event %}lesson-with-event{% else %}lesson-with-sub{% endif %}{% endif %}">
<p>
{% if element_container.substitution %}
{# SUBSTITUTION #}
......
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