diff options
Diffstat (limited to 'example/views')
| -rw-r--r-- | example/views/signup.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example/views/signup.erb b/example/views/signup.erb index 6e1bbf3..2b26820 100644 --- a/example/views/signup.erb +++ b/example/views/signup.erb @@ -1,6 +1,6 @@  <h2>1. Signup</h2> -<form class="form-horizontal" action="/signup" method="POST"> +<form class="form-horizontal" action="/register/user" method="POST">    <legend>Signup to test secure remote passwords</legend>    <div class="control-group">      <label class="control-label" for="login">Login</label> | 
