Skip to content
Snippets Groups Projects

Review use of Materialize

Merged Jonathan Weth requested to merge fix/design into master
@@ -39,8 +39,9 @@
{% for weekday, periods in periods_by_day %}
<div class="card">
<div class="card-content">
{% weekday_to_date week periods.0.period.weekday as current_date %}
<span class="card-title">
{{ weekday }}
{{ weekday }}, {{ current_date }}
</span>
<table class="striped responsive-table datatable">
<thead>
@@ -70,7 +71,7 @@
{% endif %}
{% endif %}
">
<td>{{ period.period.period }}</td>
<td>{{ period.period.period }}.</td>
<td>
<a href="{% url 'lesson_by_week_and_period' week.year week.week period.id %}">
{{ period.get_subject.name }}
Loading