Ignore:
Timestamp:
15 Jun 2020, 09:00:18 (4 years ago)
Author:
Henrik Bettermann
Message:

Take Maryanne's change requests into consideration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/checktranscriptstatus.pt

    r16116 r16121  
    3737    <br />
    3838    <p i18n:translate="check_transcript_1">
    39       No student record was found in Kofa. However, if
    40       you are sure that you are entitled to receive a transcript,
    41       you can apply for your transcript
     39      No student record was found in Kofa. Your record has to be created.
     40      You can apply for your transcript
    4241      <a  i18n:name="no_result_appl_url" tal:attributes="href view/appl_url1">here
    4342      </a>.
     
    4948    <p i18n:translate="check_transcript_2"
    5049       tal:condition="python:not view.results[0][0][2]">
    51       Your student record was found. If you remember your student id
    52       and password, you can just login
     50      Login with your Student id and password
    5351      <a i18n:name="login_url"
    54          tal:attributes="href python:view.results[0][1][1] + '/login'">
     52         tal:attributes="href python:view.results[0][1][1] + 'login'">
    5553        here
    56       </a> to check your student record status.
     54      </a>
     55      to check your student record status.
    5756      <tal:withemail tal:condition="python:view.results[0][0][1]">
    58          You have forgotten your password? Since your email address matches
    59          the email address stored in Kofa, you can just request a new password
     57         Forgotten your password? Your email address matches the email
     58         address stored in Kofa. Request a new password
    6059        <a i18n:name="changepw_url"
    61            tal:attributes="href python:view.results[0][1][1] + '/changepw'">
     60           tal:attributes="href python:view.results[0][1][1] + 'changepw'">
    6261          here
    6362        </a>.
     
    6665    <p i18n:translate="check_transcript_3"
    6766       tal:condition="python:not view.results[0][0][2]">
    68       But it is not necessary to login with your former student credential. If
    69       you are sure that you are entitled to receive a transcript,
    70       you can proceed and directly apply for your transcript
     67      You can apply for your transcript
    7168      <a  i18n:name="result_appl_url" tal:attributes="href view/appl_url2">here
    7269      </a>.
Note: See TracChangeset for help on using the changeset viewer.