From bd349a48f0951a8fe1ac711aaf3449dce89196a7 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 26 Aug 2019 21:52:01 +0200
Subject: [PATCH] Fix missing template import.

---
 biscuit/apps/alsijil/templates/alsijil/group_week.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html
index eebeaa114..6c18c2443 100644
--- a/biscuit/apps/alsijil/templates/alsijil/group_week.html
+++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html
@@ -1,6 +1,6 @@
 {# -*- engine:django -*- #}
 {% extends "core/base.html" %}
-{% load bootstrap4 font_awesome i18n %}
+{% load bootstrap4 font_awesome i18n week_helpers %}
 
 {% block page_title %}
  {% blocktrans %}Current week{% endblocktrans %}
-- 
GitLab