source: main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/affidavituploadpage.pt @ 17933

Last change on this file since 17933 was 17885, checked in by Henrik Bettermann, 8 weeks ago

Provide affidavit of good conduct form.

  • Property svn:executable set to *
File size: 382 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data" i18n:domain="waeup.kofa">
3  <p>Download your personal 'Affidavit of Good Conduct' form,
4  scan the signed form into a pdf file and re-upload here.</p>
5  <table class="form-table">
6    <tbody>
7      <tal:files content="structure provider:files" />
8    </tbody>
9  </table>
10</form>
Note: See TracBrowser for help on using the repository browser.