summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.ep')
-rw-r--r--templates/login.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/login.html.ep b/templates/login.html.ep
index fc8bbb8..4c5696d 100644
--- a/templates/login.html.ep
+++ b/templates/login.html.ep
@@ -76,6 +76,9 @@
<div class="row">
%= form_for '/login' => (class => 'col s12', method => 'POST') => begin
%= csrf_field
+ % if (stash('redirect_to')) {
+ %= hidden_field 'redirect_to' => $redirect_to
+ % }
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">account_circle</i>