aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/layerindex/classicstats.html2
-rw-r--r--templates/rrs/base_toplevel.html2
-rw-r--r--templates/rrs/maintainers.html2
-rw-r--r--templates/rrs/recipedetail.html2
-rw-r--r--templates/rrs/recipes.html2
-rw-r--r--templates/rrs/rrs_stats.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/layerindex/classicstats.html b/templates/layerindex/classicstats.html
index 18fdf70..b677520 100644
--- a/templates/layerindex/classicstats.html
+++ b/templates/layerindex/classicstats.html
@@ -1,6 +1,6 @@
{% extends "layerindex/classic_base.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index c2f1c21..7ba97ab 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}
diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html
index 217a060..c8f2418 100644
--- a/templates/rrs/maintainers.html
+++ b/templates/rrs/maintainers.html
@@ -1,6 +1,6 @@
{% extends "rrs/base_toplevel.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index e2bcfe2..8f90735 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index b62df87..663f547 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -1,6 +1,6 @@
{% extends "rrs/base_toplevel.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}
diff --git a/templates/rrs/rrs_stats.html b/templates/rrs/rrs_stats.html
index a13c8f2..52b723f 100644
--- a/templates/rrs/rrs_stats.html
+++ b/templates/rrs/rrs_stats.html
@@ -1,6 +1,6 @@
{% extends "rrs/base_toplevel.html" %}
{% load i18n %}
-{% load staticfiles %}
+{% load static %}
{% comment %}