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

Last change on this file since 17883 was 17883, checked in by Henrik Bettermann, 3 months ago

Add missing file.

  • Property svn:executable set to *
File size: 267 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data" i18n:domain="waeup.kofa">
3  <p></p>
4  <table class="form-table">
5    <tbody>
6      <tal:files content="structure provider:files" />
7    </tbody>
8  </table>
9</form>
Note: See TracBrowser for help on using the repository browser.