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 %}