【发布时间】:2015-01-20 07:49:36
【问题描述】:
我需要一个总票号。 “票”是一个列表。门票清单有 3 个项目。
Shopping Bag ({{ request.sessions.tickets|length }})
输出;
Shopping Bag (3)
但是结果;
Shopping Bag (0)
【问题讨论】:
-
request.sessions应该是request.session
标签: django templates django-templates