Changeset 8441 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 14 May 2012, 07:55:00 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/payment_view.pt
r8247 r8441 1 <table class="form-table" i18n:domain="waeup. uniben"1 <table class="form-table" i18n:domain="waeup.custom" 2 2 tal:define="files provider:files"> 3 3 <tbody> -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py
r8378 r8441 24 24 25 25 class CustomApplicantsExporter(ApplicantsExporter): 26 """Exporter for UnibenApplicants.26 """Exporter for Custom Applicants. 27 27 """ 28 28
Note: See TracChangeset for help on using the changeset viewer.