staticfiles -> static

This commit is contained in:
Pēteris Caune 2019-12-03 09:59:36 +02:00
parent 87b232074c
commit 5f47161e5e
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load compress humanize staticfiles hc_extras %}
{% load compress humanize static hc_extras %}
{% block title %}Add PagerDuty - {% site_name %}{% endblock %}