Skip to content
Snippets Groups Projects
Unverified Commit f10071d2 authored by Martin Gummi's avatar Martin Gummi :ok_hand:
Browse files

Fix tt_lesson

parent 8e468fda
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
<div class="card" style="width: 18rem; {{% if lesson.color-fg %}} foreground-color: {{ lesson.color-fg }}; {% endif%} {{% if lesson.color-bg %}} background-color: {{% lesson.color-bg %}};">
<div class="card" style="width: 18rem; {% if lesson.colour_fg %} color: {{ lesson.colour_fg }}; {% endif %} {% if lesson.colour_bg %} background-color: {{ lesson.colour_bg }}; {% endif %}">
<div class="card-body">
<h5 class="card-title">{{ lesson.subject.abbrev }}</h5>
<h6 class="">Rooms {# Will be implemented soon#}</h6>
<h6 class="card-text">Rooms {# Will be implemented soon#}</h6>
<ul>
<li>{{ lesson.teachers }}</li>
<li>{{ lesson.groups }}</li>
</ul>
<a href="{{% '#' %}}" class="card-link">Room informations</a>
<a href="#" class="card-link">Room informations</a>
</div>
</div>
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