Ignore:
Timestamp:
16 Oct 2006, 22:30:16 (18 years ago)
Author:
joachim
Message:

fixed several bugs in the Apply for PUME Process:
jamb_reg_no had wrong widget
applying with a different PIN a second time led to an error.

the new fields:
appl_email, appl_mobile are set to hidden in laymode create
could not set the fields to required, cause that broke the applyForm.
layout: student_application.xml still has them set to required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/passport_entry_view.pt

    r672 r710  
    1 <metal:html tal:define="info context/getStudentInfo">
     1<metal:html tal:define="info context/getStudentInfo;
     2            rendered_main python:info['app_doc'].renderEdit(
     3                                                        layout_mode='edit',
     4                                                        proxy=info['app'],
     5                                                        no_form = True,
     6                                                        schema_id = 'student_application',
     7                                                        layout_id='student_application_fe',
     8            )">
    29  <metal:body use-macro="here/main_template/macros/master">
    310    <metal:main fill-slot="main">
     
    1219        <h3>Upload your Passport Picture!</h3>
    1320        <br />
    14         <span tal:omit-tag=""
    15               tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    16               layout_mode='edit',
    17               layout_id='student_application_fe',
    18               )"
    19               />
     21        <span tal:omit-tag="" tal:replace="structure rendered_main"/>
    2022      </span>
    2123    </metal:main>
Note: See TracChangeset for help on using the changeset viewer.