Changes between Initial Version and Version 1 of Ticket #655, comment 1
- Timestamp:
- Mar 10, 2013, 1:59:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #655, comment 1
initial v1 14 14 {{{ 15 15 collection = form.collection.data 16 if (collection is not None)and collection.creator != request.user.id:16 if collection and collection.creator != request.user.id: 17 17 collection = None 18 18 }}}