From b8234d4b80cfb2f87cb1dd073304c90f13ea8ec5 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 29 Aug 2019 22:20:19 +0200 Subject: [PATCH] Add missing import. --- biscuit/apps/alsijil/templates/alsijil/lesson.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/templates/alsijil/lesson.html b/biscuit/apps/alsijil/templates/alsijil/lesson.html index f8e047d7d..cf11c3e07 100644 --- a/biscuit/apps/alsijil/templates/alsijil/lesson.html +++ b/biscuit/apps/alsijil/templates/alsijil/lesson.html @@ -1,6 +1,6 @@ {# -*- engine:django -*- #} {% extends "core/base.html" %} -{% load bootstrap4 i18n %} +{% load bootstrap4 i18n staticfiles %} {% block bootstrap4_extra_head %} {{ block.super }} -- GitLab