diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-02 20:29:21 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-02 20:29:21 +0000 |
commit | 7fa312026a6caba28550339fc29edfd790e78fda (patch) | |
tree | c054f6b854a3c6f6cba566b02b3fdd95b91a124c /root/register | |
parent | 11665d7a97e320fb38fd076da3ad7c62f36a1362 (diff) | |
download | identity-7fa312026a6caba28550339fc29edfd790e78fda.tar identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.gz identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.bz2 identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.xz identity-7fa312026a6caba28550339fc29edfd790e78fda.zip |
Add some CSS themeing, and refactor some template stuff using preprocess
Add missing tempaltes
Diffstat (limited to 'root/register')
-rw-r--r-- | root/register/complete.tt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/root/register/complete.tt b/root/register/complete.tt index a4f07e2..0ffaa8c 100644 --- a/root/register/complete.tt +++ b/root/register/complete.tt @@ -1,16 +1,5 @@ -[% MACRO l(text, args) BLOCK; - c.localize(text, args); -END; %] - - <h2>[% l('Registration completed') %]</h2> -<span class="error"> -[% FOREACH error IN errors %] -[% error %]<br/> -[% END %] -</span> - <p> [% l('Registration was successful.') %] [% l('Check your mail for activation instructions') %] |