aboutsummaryrefslogtreecommitdiff
path: root/views/signup.hbs
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-22 11:33:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-22 11:33:52 +0000
commit90fe02430c828b0d99d5f60c3073c54278d85236 (patch)
tree1ec8feeb9e8ed3ceea9a8a34652ccc9bea4c7de4 /views/signup.hbs
parent7d492571ff92dc5b5ac963ab156d27ef5b51f782 (diff)
Cleaned up the routing for users. Header changeable depending on whether user is logged in or not. Logout option.
Diffstat (limited to 'views/signup.hbs')
-rw-r--r--views/signup.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/signup.hbs b/views/signup.hbs
index b7f3600..463e347 100644
--- a/views/signup.hbs
+++ b/views/signup.hbs
@@ -28,7 +28,7 @@
<h2><i class="fa fa-user-plus" aria-hidden="true"></i> Sign Up</h2>
- <form action="/signup" method="post">
+ <form action="/user/signup" method="post">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name" name="fname">
</div>