From f455f109e4f5d2442518d7f253c38091c18cb77b Mon Sep 17 00:00:00 2001
From: Sebastian Zander <sebastian.zander@hs-hannover.de>
Date: Thu, 19 Dec 2019 09:50:03 +0100
Subject: [PATCH] Replaced "staticfiles" with "static"

---
 hshassets/templates/hshassets/layout/base.html           | 2 +-
 hshassets/templates/hshassets/layout/hero.html           | 2 +-
 hshassets/templates/hshassets/layout/hero_keyvisual.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hshassets/templates/hshassets/layout/base.html b/hshassets/templates/hshassets/layout/base.html
index af98942d..92da38a1 100644
--- a/hshassets/templates/hshassets/layout/base.html
+++ b/hshassets/templates/hshassets/layout/base.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-{% load staticfiles piwik %}
+{% load static piwik %}
 <html>
     <head>
         <meta charset="utf-8">
diff --git a/hshassets/templates/hshassets/layout/hero.html b/hshassets/templates/hshassets/layout/hero.html
index 69a85a18..67d8b448 100644
--- a/hshassets/templates/hshassets/layout/hero.html
+++ b/hshassets/templates/hshassets/layout/hero.html
@@ -1,5 +1,5 @@
 {% extends "hshassets/layout/base.html" %}
-{% load staticfiles %}
+{% load static %}
 {% load i18n %}
 
 {% block body %}
diff --git a/hshassets/templates/hshassets/layout/hero_keyvisual.html b/hshassets/templates/hshassets/layout/hero_keyvisual.html
index 2dd2e698..c716644c 100644
--- a/hshassets/templates/hshassets/layout/hero_keyvisual.html
+++ b/hshassets/templates/hshassets/layout/hero_keyvisual.html
@@ -1,5 +1,5 @@
 {% extends "hshassets/layout/hero.html" %}
-{% load staticfiles %}
+{% load static %}
 
 {% block hero-body %}
     <div class="hero-body keyvisual-wrapper">
-- 
GitLab