Skip to content
Snippets Groups Projects
Commit f455f109 authored by Sebastian Zander's avatar Sebastian Zander
Browse files

Replaced "staticfiles" with "static"

parent 79cdf590
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html> <!DOCTYPE html>
{% load staticfiles piwik %} {% load static piwik %}
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
......
{% extends "hshassets/layout/base.html" %} {% extends "hshassets/layout/base.html" %}
{% load staticfiles %} {% load static %}
{% load i18n %} {% load i18n %}
{% block body %} {% block body %}
......
{% extends "hshassets/layout/hero.html" %} {% extends "hshassets/layout/hero.html" %}
{% load staticfiles %} {% load static %}
{% block hero-body %} {% block hero-body %}
<div class="hero-body keyvisual-wrapper"> <div class="hero-body keyvisual-wrapper">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment