Last change
on this file since 7720 was
7464,
checked in by Henrik Bettermann, 13 years ago
|
Move form label to site layout pagetemplates. This saves even more code.
|
File size:
403 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="POST"
|
---|
2 | enctype="multipart/form-data">
|
---|
3 |
|
---|
4 | <p>Text to explain course registration procedure.</p>
|
---|
5 |
|
---|
6 | <div class="actionButtons" tal:condition="view/availableActions">
|
---|
7 | <span tal:repeat="action view/actions"
|
---|
8 | tal:omit-tag="">
|
---|
9 | <input tal:replace="structure action/render"/>
|
---|
10 | </span>
|
---|
11 | </div>
|
---|
12 | </form>
|
---|
13 |
|
---|
14 |
|
---|
15 |
|
---|
Note: See
TracBrowser for help on using the repository browser.