【发布时间】:2010-08-10 19:59:56
【问题描述】:
我有以下结构
/templates/base.html templates/index.html --- 这里我继承了 base.html,它有 JS 和 CSS,并且在访问这个页面时都可以正常工作
/template/app/some.html ----我使用 {%extends "base.html"%} 只是被继承,而不是 CSS 和 JS
谁能告诉我我做错了什么
谢谢
【问题讨论】:
标签: django-templates