We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd22ae commit 5b31af4Copy full SHA for 5b31af4
1 file changed
app/resources/views/pages/location_search/spreadsheet.blade.php
@@ -23,7 +23,7 @@ class="form-control" id="distance"
23
<h4>Add a new location by</h4>
24
<a class="btn btn-default" href="/signin?after_signin_redirect=%2Flocation%2Fmanagement%2Fadd">Signing In</a>
25
<h4>or</h4>
26
- <a class="btn btn-default" href="/signup?after_signup_redirect=/add-location">Signing Up</a>
+ <a class="btn btn-default" href="/signup?after_signup_redirect=%2Flocation%2Fmanagement%2Fadd">Signing Up</a>
27
@endif
28
</div>
29
@else
0 commit comments