From 5a90069764fef02d830c011cffa67fc8e8cfa793 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 20 Aug 2020 16:38:08 +0200 Subject: [PATCH] Add missing load for template tags --- .../alsijil/templates/alsijil/class_register/week_view.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html b/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html index d0f4d7994..712067d54 100644 --- a/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html +++ b/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html @@ -1,7 +1,7 @@ {# -*- engine:django -*- #} {% extends "core/base.html" %} -{% load material_form i18n week_helpers static data_helpers %} +{% load material_form i18n week_helpers static data_helpers rules %} {% block browser_title %}{% blocktrans %}Week view{% endblocktrans %}{% endblock %} @@ -35,7 +35,8 @@ <div class="row"> - <h4 class="col s12 m6">{% blocktrans with el=el week=week.week %}CW {{ week }}: {{ instance }}{% endblocktrans %} </h4> + <h4 class="col s12 m6">{% blocktrans with el=el week=week.week %}CW {{ week }}: + {{ instance }}{% endblocktrans %} </h4> {% include "chronos/partials/week_select.html" with wanted_week=week %} </div> -- GitLab