From 896e49b7266ea5abc350b16ccd01a02603e87adf Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 14 Feb 2005 15:43:33 +0000 Subject: [PATCH 1/1] Add buttons for setting paid/not paid (not validating, no backend). --- html/templates/registration.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/html/templates/registration.tmpl b/html/templates/registration.tmpl index 33b4162..bd0b4b5 100644 --- a/html/templates/registration.tmpl +++ b/html/templates/registration.tmpl @@ -45,6 +45,16 @@ [% ELSE %] ikke betalt [% END %] +
+ +[% IF r.paid %] + + +[% ELSE %] + + +[% END %] +
[% END %] -- 2.39.2