Skip to content
Snippets Groups Projects
Verified Commit 5b6aed8f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'master' into date-time-helpers

parents 14ecf7fb 8fb3d368
No related branches found
No related tags found
1 merge request!63Fix some date/time functions and add new helper functions
Pipeline #2780 passed
This commit is part of merge request !63. Comments created here will be created in the context of that merge request.
......@@ -12,7 +12,7 @@
{% form form=edit_substitution_form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
{% if substitution %}
{# FIXME Respect year as well #}
<a href="{% url 'delete_substitution' substitution.lesson_period.id substitution.week %}"
......
......@@ -26,7 +26,7 @@
<div class="row nomargin">
<div class="col m12 s12 l6 xl4">
{% include "core/announcements.html" with announcements=announcements %}
{% include "core/partials/announcements.html" with announcements=announcements %}
</div>
</div>
......
......@@ -28,7 +28,7 @@
<div class="col s12 m6 l8">
{% include "chronos/partials/headerbox.html" %}
{% include "core/announcements.html" with announcements=announcements show_recipients=1 %}
{% include "core/partials/announcements.html" with announcements=announcements show_recipients=1 %}
</div>
<div class="col s12 m6 l4 no-padding">
{% include "chronos/partials/datepicker.html" %}
......
......@@ -16,7 +16,7 @@
{% for day, c in days.items %}
<h4>{% trans "Substitutions" %} {{ c.day|date:"l" }} {{ c.day }}</h4>
{% include "core/announcements.html" with announcements=announcements show_recipients=1 %}
{% include "core/partials/announcements.html" with announcements=announcements show_recipients=1 %}
{% include "chronos/partials/headerbox.html" with affected_teachers=c.affected_teachers affected_groups=c.affected_groups absent_teachers=c.absent_teachers absent_groups=c.absent_groups print=1 %}
......
......@@ -69,7 +69,7 @@
{% endif %}
</div>
{% include "core/announcements.html" with announcements=announcements show_interval=1 %}
{% include "core/partials/announcements.html" with announcements=announcements show_interval=1 %}
{# show full timetable on tablets, laptops and pcs #}
<div class="timetable-plan hide-on-small-and-down">
......
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