Changeset 2684 for WAeUP_SRP


Ignore:
Timestamp:
17 Nov 2007, 07:08:46 (17 years ago)
Author:
Henrik Bettermann
Message:

fix viewimage for applicants

Location:
WAeUP_SRP/base
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Widgets.py

    r2675 r2684  
    15831583                                            field_id,)
    15841584            base_path = os.path.join(screening_type,current_filename)
    1585             content_url = os.path.join('viewimage',self.path,base_path)
     1585            content_url = os.path.join('viewimage_applicant',self.path,base_path)
    15861586            file_path = os.path.join(self.storage_path,base_path)
    15871587            #import pdb; pdb.set_trace()
Note: See TracChangeset for help on using the changeset viewer.