From 5f47161e5e0c4f589bf9502d6380b481cf036dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 3 Dec 2019 09:59:36 +0200 Subject: [PATCH] staticfiles -> static --- templates/integrations/add_pd.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/integrations/add_pd.html b/templates/integrations/add_pd.html index af2392eb..0484fdde 100644 --- a/templates/integrations/add_pd.html +++ b/templates/integrations/add_pd.html @@ -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 %}