diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-16 01:18:56 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-16 01:18:56 +0000 |
commit | 68e86b948fb07249f1792041a055808065c8dc35 (patch) | |
tree | 048918e93a887598174c275724b541a314a2b4a0 | |
parent | 1c6f4b847c3c6de7c12409fbaa1bdea1ab739802 (diff) | |
download | identity-68e86b948fb07249f1792041a055808065c8dc35.tar identity-68e86b948fb07249f1792041a055808065c8dc35.tar.gz identity-68e86b948fb07249f1792041a055808065c8dc35.tar.bz2 identity-68e86b948fb07249f1792041a055808065c8dc35.tar.xz identity-68e86b948fb07249f1792041a055808065c8dc35.zip |
- duplicated, patch by Maarten Vanraes
-rw-r--r-- | root/register/index.tt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/root/register/index.tt b/root/register/index.tt index fc56692..246b1c7 100644 --- a/root/register/index.tt +++ b/root/register/index.tt @@ -2,12 +2,6 @@ <h2>[% l('Register') %]</h2> -<p class="error"> - [% FOREACH error IN errors %] - [% error %]<br/> - [% END %] -</p> - <div id="input_form"> <form method="post" action="/register/check"> <table border=0> |