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

Fix bug #300

parent e65165dd
No related branches found
No related tags found
No related merge requests found
...@@ -200,6 +200,10 @@ ...@@ -200,6 +200,10 @@
<span class="card-title"> <span class="card-title">
{{ day.0.0 }} {{ day.0.0 }}
</span> </span>
{% if day.1 %}
<span class="badge new blue center-align holiday-badge">{{ day.1.0 }}</span>
{% endif %}
&nbsp;
</div> </div>
</div> </div>
{% for row, time in plan|deepcopy %} {% for row, time in plan|deepcopy %}
......
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