Преглед изворни кода

# fix:将staticfile标签替换为static;

yang yi пре 2 недеља
родитељ
комит
e0e73be9b7

+ 1 - 1
pythonweb/aboutApp/honor.html → pythonweb/aboutApp/templates/honor.html

@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
 荣誉资质

+ 1 - 1
pythonweb/productsApp/templates/productList.html

@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
 {{productName}}