Ignore:
Timestamp:
4 Jun 2013, 16:16:24 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename credentials form.

Extend interface: add post primary qualification select box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/applicants/browser_templates/applicanteditpage.pt

    r10274 r10275  
    9090      <tr tal:condition="python: view.target.startswith('pg')">
    9191        <td class="fieldname" i18n:translate="">
    92           Credential Form:
     92          Credentials:
    9393        </td>
    9494        <td>
    95           <p tal:condition="python: view.file_exists('credentialform.pdf')">
    96             <a href="credentialform.pdf"
     95          <p tal:condition="python: view.file_exists('credentials.pdf')">
     96            <a href="credentials.pdf"
    9797               i18n:translate="">
    9898              Download pdf file
    9999            </a>
    100100          </p>
    101           <input type="file" name="form.credentialform" />
     101          <input type="file" name="form.credentials" />
    102102          <br />
    103103          <span i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.