diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 3225950..03d0eca 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1,5 +1,5 @@ % if (is_user_authenticated()) { - % my $status = stash('status'); + % my $status = stash('user_status'); % if (stash('error')) { <div class="row"> <div class="col s12"> |