Ignore:
Timestamp:
29 Aug 2014, 19:04:38 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement admission checking fee payment. Completely untested! Tests will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/applicantdisplaypage.pt

    r11315 r11784  
    109109  </tbody>
    110110</table>
     111<form action="." tal:attributes="action request/URL" method="post"
     112      i18n:domain="waeup.kofa">
     113  <div tal:condition="view/availableActions">
     114    <span tal:repeat="action view/actions"
     115          tal:omit-tag="">
     116      <input tal:condition="python:action.label in view.display_actions"
     117             tal:replace="structure action/render"/>
     118    </span>
     119  </div>
     120</form>
Note: See TracChangeset for help on using the changeset viewer.