Changeset 2684 for WAeUP_SRP/base/Widgets.py
- Timestamp:
- 17 Nov 2007, 07:08:46 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Widgets.py
r2675 r2684 1583 1583 field_id,) 1584 1584 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) 1586 1586 file_path = os.path.join(self.storage_path,base_path) 1587 1587 #import pdb; pdb.set_trace()
Note: See TracChangeset for help on using the changeset viewer.