yht 2 veckor sedan
förälder
incheckning
380f7452ac

+ 1 - 1
pythonweb/aboutApp/templates/survey.html

@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load static %}
+{% load staticfiles %}
 
 {% block title %}
 企业概况

+ 1 - 1
pythonweb/homeApp/templates/home.html

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

+ 1 - 1
pythonweb/scienceApp/templates/science.html

@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load static %}
+{% load staticfiles %}
 
 {% block title %}
 科研基地

+ 1 - 1
pythonweb/templates/base.html

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