Ignore:
Timestamp:
14 Dec 2015, 18:14:09 (9 years ago)
Author:
Henrik Bettermann
Message:

Use customized edit page for transcript applicants.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/applicants
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r13540 r13541  
    101101    def target_url(self):
    102102        if self.context.state in ('initialized', 'started', 'paid') \
    103             or self.context.special or self.target == 'trans':
     103            or self.context.special or self.view.target == 'trans':
    104104            return
    105105        return self.view.url(self.view.context, self.target)
     
    183183    """
    184184
     185    grok.template('transcriptapplicanteditpage')
     186
    185187    @property
    186188    def form_fields(self):
Note: See TracChangeset for help on using the changeset viewer.