source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/filesuploadpage.pt @ 7114

Last change on this file since 7114 was 7114, checked in by Henrik Bettermann, 13 years ago

Don't use a general StudentBaseEditFormPage? for students, use dedicated forms instead for password editing and file upload. The files upload page is only used for the passport picture in the base package.

File size: 199 bytes
Line 
1<h2 i18n:translate=""
2    tal:condition="view/label"
3    tal:content="view/label">Label</h2>
4
5<table class="zebra">
6  <tbody>
7    <tal:files content="structure provider:files" />
8  </tbody>
9</table>
Note: See TracBrowser for help on using the repository browser.