فهرست منبع

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

yang yi 2 هفته پیش
والد
کامیت
e0e73be9b7
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      pythonweb/aboutApp/templates/honor.html
  2. 1 1
      pythonweb/productsApp/templates/productList.html

+ 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}}