repalce staticfiles with static

This commit is contained in:
Asif Saif Uddin 2018-10-23 18:16:48 +06:00
parent 32f5c93c84
commit 69d0387b6d
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load static %}
{% block content %}
<div class="row">

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load i18n staticfiles %}
{% load i18n static %}
{% block content %}
<div class="row">

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block content %}
<div class="row">