-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
django-blog/templates/blog/right.html
Line 116 in 1965475
{% for tag in tag_list %} |
你好,我没有完全拷贝你的项目,在我修改的时候发现这个right.html被index.html加载,但是view.py中index函数只返回了一个 return render(request, 'blog/index.html', {"article_list": article_list, "source_id": "index"})
这句return中并没有传递tag_list,那这个标签list是怎么加载的呢?
Metadata
Metadata
Assignees
Labels
No labels