From 6ebf213a37e81108c93c37ac8a7fb1fff73f99bd Mon Sep 17 00:00:00 2001 From: Karl Fredrik Haugland Date: Sat, 15 Feb 2020 20:09:21 +0100 Subject: [PATCH] fix #37: update staticfiles tag for Django 3 --- core/templates/core/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 0e66834..97b3b06 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -1,7 +1,7 @@ {% extends 'bootstrap3/bootstrap3.html' %} {% load bootstrap3 %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% block bootstrap3_title %} challenge