diff --git a/example/blog/templates/blog/blog_detail.html b/example/blog/templates/blog/blog_detail.html
index 6c5b182..cb4b66f 100644
--- a/example/blog/templates/blog/blog_detail.html
+++ b/example/blog/templates/blog/blog_detail.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load staticfiles %}
+{% load static %}
{% block content %}
diff --git a/example/blog/templates/blog/blog_list.html b/example/blog/templates/blog/blog_list.html
index 7c804db..1149d23 100644
--- a/example/blog/templates/blog/blog_list.html
+++ b/example/blog/templates/blog/blog_list.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n staticfiles %}
+{% load i18n static %}
{% block content %}
diff --git a/example/blog/templates/blog/home.html b/example/blog/templates/blog/home.html
index a7469a3..7998513 100644
--- a/example/blog/templates/blog/home.html
+++ b/example/blog/templates/blog/home.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load staticfiles i18n %}
+{% load static i18n %}
{% block content %}