替换staticfile模板标签为static

This commit is contained in:
yangjian 2020-11-30 21:50:40 +08:00
parent d3b31d0952
commit a5d6ad8d89
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-cn">
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-cn">
<head>

View File

@ -1,5 +1,5 @@
{% extends 'app_admin/admin_base.html' %}
{% load staticfiles %}
{% load static %}
{% block title %}站点设置{% endblock %}
{% block custom_element %}
<link href="{% static 'tagsInput/tagsinput.css' %}" rel="stylesheet" type="text/css"/>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-cn" style="font-size: 14px;">
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-CN">

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-cn" style="font-size: 14px;">
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="zh-cn" style="font-size: 14px;">
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang='zh-CN'>
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang='zh-CN'>
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang='zh-CN'>
<head>