From 7fffb95c96bf4bea885d946cf32e86a1d2622ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 9 Sep 2019 10:55:38 +0300 Subject: [PATCH] load staticfiles -> load static --- templates/base.html | 2 +- templates/front/log.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 460bcc85..70c125be 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load compress staticfiles hc_extras %} +{% load compress static hc_extras %} diff --git a/templates/front/log.html b/templates/front/log.html index 0ce2787f..9233e1b5 100644 --- a/templates/front/log.html +++ b/templates/front/log.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load compress humanize staticfiles hc_extras %} +{% load compress humanize static hc_extras %} {% block title %}My Checks - {% site_name %}{% endblock %} @@ -28,7 +28,7 @@ + {% endif %}