From 0bd545a18329ee811c6829ed63720b020d9bee7e Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 22 Jan 2022 17:17:12 +0100 Subject: [PATCH] staticfiles template tag libary is called static --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f11b8e7..3cdcdca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - {% load staticfiles %} + {% load static %} CQTUFM2019 - CQ TU FM Contest 2019