Skip to content
Snippets Groups Projects

Resolve "[Lesson substitution] View with all lesson substitutions in the future"

Compare and Show latest version
4 files
+ 19
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -4,7 +4,7 @@
{% load bootstrap4 i18n font_awesome %}
{% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %}{% endblock %}
{% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %} - {{ block.super }}{% endblock %}
{% block current_content %}
{% render_table substitutions_table %}
Loading