fixed static

This commit is contained in:
Asif Saif Uddin 2018-10-23 13:05:17 +06:00
parent 2473fa3069
commit 2f1959b43e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{% load i18n %}{% load staticfiles %}<!DOCTYPE html>
{% load i18n %}{% load static %}<!DOCTYPE html>
<html lang="{{ request.LANGUAGE_CODE }}">
<head>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
{% load i18n %}{% load staticfiles %}<!DOCTYPE html>
{% load i18n %}{% load static %}<!DOCTYPE html>
<html lang="{{ request.LANGUAGE_CODE }}">
<head>
<meta charset="utf-8">