From c1328737f1ddae27e25dd4a123ce0f9532f07908 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 6 Jul 2011 18:13:55 -0400 Subject: Cleanup and fixed newpass issue --- views/users/signup.html.php | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) (limited to 'views') diff --git a/views/users/signup.html.php b/views/users/signup.html.php index 185fcae..5b26977 100644 --- a/views/users/signup.html.php +++ b/views/users/signup.html.php @@ -5,37 +5,13 @@ $this->styles($this->html->style("/css/signup.css")); Confirmation Link: Link - +flashMessage->output(); ?> + + form->create($user); ?> - -form->create(); ?> - form->field('username'); ?> form->field('newpass', array('type' => 'password', 'label' => 'password')); ?> form->field('email'); ?> form->submit('Signup!'); ?> form->end(); ?> - - - + \ No newline at end of file -- cgit v1.2.3