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

Merge remote-tracking branch 'origin/fix/design' into fix/design

# Conflicts:
#	aleksis/apps/alsijil/templates/alsijil/week_view.html
parents fb8d2604 332acf86
No related branches found
No related tags found
1 merge request!48Review use of Materialize
Pipeline #2718 passed
...@@ -39,8 +39,9 @@ ...@@ -39,8 +39,9 @@
{% for weekday, periods in periods_by_day %} {% for weekday, periods in periods_by_day %}
<div class="card"> <div class="card">
<div class="card-content"> <div class="card-content">
{% weekday_to_date week periods.0.period.weekday as current_date %}
<span class="card-title"> <span class="card-title">
{{ weekday }} {{ weekday }}, {{ current_date }}
</span> </span>
<table class="striped datatable"> <table class="striped datatable">
<thead> <thead>
...@@ -72,7 +73,7 @@ ...@@ -72,7 +73,7 @@
"> ">
<td class="tr-link"> <td class="tr-link">
<a class="tr-link" href="{% url 'lesson_by_week_and_period' week.year week.week period.id %}"> <a class="tr-link" href="{% url 'lesson_by_week_and_period' week.year week.week period.id %}">
{{ period.period.period }} {{ period.period.period }}.
</a> </a>
</td> </td>
<td> <td>
......
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