Ignore:
Timestamp:
15 Feb 2013, 09:21:12 (12 years ago)
Author:
Henrik Bettermann
Message:

Some universities bypass access code validation. We can now easily configure this by setting with_ac False.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/enterpin.pt

    r9321 r9952  
    11<form method="POST" i18n:domain="waeup.kofa">
    2   <table class="form-table">
     2  <table class="form-table" tal:condition="view/with_ac">
    33    <tbody>
    44      <tr>
     
    3030    </tbody>
    3131  </table>
     32
     33  <span tal:omit-tag="" tal:condition="not: view/with_ac">
     34    <p i18n:translate="">
     35      Your data have been approved. You can continue by
     36      clicking the button below.
     37    </p>
     38    <input type="submit" name="SUBMIT" class="btn primary"
     39           tal:attributes="value view/buttonname" />
     40  </span>
    3241</form>
Note: See TracChangeset for help on using the changeset viewer.