Last change
on this file since 15284 was
7811,
checked in by uli, 13 years ago
|
Rename all non-locales stuff from sirp to kofa.
|
File size:
443 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="POST"
|
---|
2 | i18n:domain="waeup.kofa" enctype="multipart/form-data">
|
---|
3 |
|
---|
4 | <p i18n:translate="">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.