rename 'item' in list_item template into 'object' to be more django compliant

This commit is contained in:
bkfox
2016-07-06 14:40:09 +02:00
parent dd2ccac3c0
commit cfce035527
6 changed files with 40 additions and 43 deletions

View File

@ -288,9 +288,6 @@ class List(Section):
"""
Prepare objects before context is sent to the template renderer.
Return the object_list that is prepared.
Remember: since we are in a rendering process, the items should
not be saved.
"""
return object_list