diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-22 11:33:52 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-22 11:33:52 +0000 |
| commit | 90fe02430c828b0d99d5f60c3073c54278d85236 (patch) | |
| tree | 1ec8feeb9e8ed3ceea9a8a34652ccc9bea4c7de4 /views/signin.hbs | |
| parent | 7d492571ff92dc5b5ac963ab156d27ef5b51f782 (diff) | |
Cleaned up the routing for users. Header changeable depending on whether user is logged in or not. Logout option.
Diffstat (limited to 'views/signin.hbs')
| -rw-r--r-- | views/signin.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/signin.hbs b/views/signin.hbs index 76b55f8..81d0f81 100644 --- a/views/signin.hbs +++ b/views/signin.hbs @@ -26,7 +26,7 @@ {{/if}} <h2><i class="fa fa-sign-in" aria-hidden="true"></i> Sign In</h2> - <form action="/signin" method="post"> + <form action="/user/signin" method="post"> <div class="form-group"> <input type="text" class="form-control" placeholder="New Username" name="usrname"> </div> |
