new register button

parent dfe11759
Showing with 3 additions and 0 deletions
<p>Enter your credentials</p>
<?= validation_errors(); ?>
<?= form_open('auth/login'); ?>
<label for="mail">Email</label><br/>
......@@ -7,4 +8,5 @@
<input type="password" size="20" id="password" name="password"/>
<br/>
<input type="submit" value="Login"/>
<input type="submit" value="Register"/>
<?= form_close(); ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment