summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-08-04 14:07:25 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-08-04 14:07:25 +0200
commit1a2ff8262d30f66f2b88195f662ed6cefd8ba1fd (patch)
tree539dfb8615c7b1c0d861b379409d206ea846845c /templates
parentbc978120e1badb597418bc08135416e639b773e3 (diff)
... 'status' is a reserved renderer key. oops.
Diffstat (limited to 'templates')
-rw-r--r--templates/landingpage.html.ep2
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">