- Timestamp:
- 22 Apr 2012, 08:36:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r7997 r8243 188 188 @property 189 189 def target_url(self): 190 if self.context.p_state != 'unpaid':190 if self.context.p_state == 'paid': 191 191 return '' 192 192 return self.view.url(self.view.context, self.target)
Note: See TracChangeset for help on using the changeset viewer.