Changes between Initial Version and Version 1 of Ticket #655, comment 1


Ignore:
Timestamp:
Mar 10, 2013, 1:59:06 PM (11 years ago)
Author:
Elrond

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #655, comment 1

    initial v1  
    1414{{{
    1515        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:
    1717            collection = None
    1818}}}