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

Highlight lessons with documentations. Advances #9.

parent c2a878e1
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,13 @@
</thead>
<tbody>
{% for period in periods %}
<tr>
<tr class="
{% if period.has_documentation %}
table-success
{% else %}
table-warning
{% endif %}
">
<td>{{ period.period.period }}</td>
<td>
<a href="{% url 'lesson_by_week_and_period' week period.id %}">
......
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