oops
This commit is contained in:
parent
5970a5a350
commit
558585895f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
%= form_for '/login' => (class => 'col s12', method => 'POST') => begin
|
||||
%= csrf_field
|
||||
% if (stash('redirect_to')) {
|
||||
%= hidden_field 'redirect_to' => $redirect_to
|
||||
%= hidden_field 'redirect_to' => stash('redirect_to')
|
||||
% }
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
|
|
Loading…
Reference in a new issue