From 69d0387b6daa381ae37465065aeb01d5813e6103 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 23 Oct 2018 18:16:48 +0600 Subject: [PATCH] repalce staticfiles with static --- example/blog/templates/blog/blog_detail.html | 2 +- example/blog/templates/blog/blog_list.html | 2 +- example/blog/templates/blog/home.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}