Skip to content
Snippets Groups Projects

Fix some date/time functions and add new helper functions

Merged Jonathan Weth requested to merge date-time-helpers into master
5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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 %}"
Loading