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

Use weekday number in date calculation.

parent 31656366
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
{% if period.has_documentation %} {% if period.has_documentation %}
table-success table-success
{% else %} {% else %}
{% weekday_to_date week weekday as current_date %} {% weekday_to_date week period.period.weekday as current_date %}
{% today as today %} {% today as today %}
{% if current_date < today %} {% if current_date < today %}
table-danger table-danger
......
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