Skip to content

Commit 5b31af4

Browse files
committed
app: fixed incorrect route
The route for /add-location was replaced with /location/management/add. Related to #634
1 parent 5cd22ae commit 5b31af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/resources/views/pages/location_search/spreadsheet.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class="form-control" id="distance"
2323
<h4>Add a new location by</h4>
2424
<a class="btn btn-default" href="/signin?after_signin_redirect=%2Flocation%2Fmanagement%2Fadd">Signing In</a>
2525
<h4>or</h4>
26-
<a class="btn btn-default" href="/signup?after_signup_redirect=/add-location">Signing Up</a>
26+
<a class="btn btn-default" href="/signup?after_signup_redirect=%2Flocation%2Fmanagement%2Fadd">Signing Up</a>
2727
@endif
2828
</div>
2929
@else

0 commit comments

Comments
 (0)