projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7508b8a
)
Moved the list of registered people to the bottom (having the registration on the...
author
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 14 Feb 2005 15:18:25 +0000
(15:18 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 14 Feb 2005 15:18:25 +0000
(15:18 +0000)
html/templates/registration.tmpl
patch
|
blob
|
history
diff --git
a/html/templates/registration.tmpl
b/html/templates/registration.tmpl
index
6bbb528
..
d6b5392
100644
(file)
--- a/
html/templates/registration.tmpl
+++ b/
html/templates/registration.tmpl
@@
-1,14
+1,4
@@
[%# vim:set filetype=html: %]
-<h2>Påmeldte</h2>
-
-<div>
- <ul>
-[% FOR r = registered %]
- <li>[% r.nick %]</li>
-[% END %]
- </ul>
-</div>
-
<h2>Påmelding</h2>
<div>
@@
-42,3
+32,16
@@
</table>
</form>
</div>
+
+<h2>Påmeldte</h2>
+
+<div>
+ <ul>
+[% FOR r = registered %]
+ <li>[% r.nick %]</li>
+[% END %]
+ </ul>
+</div>
+
+
+