source:
WAeUP_SRP/branches/uli/skins/waeup_default/external_edit_form.pt
Last change on this file was 1028, checked in by , 18 years ago | |
---|---|
|
|
File size: 498 bytes |
Line | |
---|---|
1 | <tal:block define=" |
2 | rendered_main python:context.getContent().render(layout_mode='edit', |
3 | cluster=None, |
4 | request=request, |
5 | use_session=True, |
6 | no_form=True); |
7 | form_action string:external_edit; |
8 | form_type string:external; |
9 | is_allowed context/isSectionOfficer; |
10 | creation python:False; |
11 | metadata metadata|nothing;" |
12 | > |
13 | <metal:block use-macro="context/waeup_edit_form/macros/edit_form" /> |
14 | </tal:block> |
Note: See TracBrowser for help on using the repository browser.