From: Steinar H. Gunderson Date: Mon, 14 Feb 2005 15:49:59 +0000 (+0000) Subject: Fix some validation errors, more remain. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=ff31b7a6ebcff9cd50ca03706536ae8024fdd4e2 Fix some validation errors, more remain. 15:15-16:45 --- diff --git a/html/templates/registration.tmpl b/html/templates/registration.tmpl index bd0b4b5..44d7ab7 100644 --- a/html/templates/registration.tmpl +++ b/html/templates/registration.tmpl @@ -3,7 +3,6 @@
- @@ -26,6 +25,7 @@ @@ -36,27 +36,29 @@

PÃ¥meldte

-
    +
Spiller
+
[% FOR r = registered %] -
  • - [% r.nick %] - +
  • + [% IF r.paid %] - betalt + [% ELSE %] - ikke betalt + [% END %] - - + + [% END %] - +
    [% r.nick %]betaltikke betalt + + [% IF r.paid %] - - + + [% ELSE %] - - + + [% END %] - - + +