Changes between Version 7 and Version 8 of Ticket #27240


Ignore:
Timestamp:
Sep 19, 2016, 4:44:11 AM (8 years ago)
Author:
Alexey Rogachev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27240 – Description

    v7 v8  
    5353    if user:
    5454        self.user = user
    55         super(AttachmentForm, self).__init__(*args, **kwargs)
     55    super(AttachmentForm, self).__init__(*args, **kwargs)
    5656}}}
    5757
Back to Top