diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-28 09:34:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-28 09:34:32 +0200 |
commit | adf2df3a3bd2df4b5653845cea1d98f7297bbe4b (patch) | |
tree | a99874c4c187adb9b6ad4105596b0219d245a7af /templates | |
parent | 2da48e05bef789e3d4f42588dbeb0ad4ca0a75d5 (diff) |
landingpage: $status is not always set
Diffstat (limited to 'templates')
-rw-r--r-- | templates/landingpage.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 3e7d761..3225950 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1,4 +1,5 @@ % if (is_user_authenticated()) { + % my $status = stash('status'); % if (stash('error')) { <div class="row"> <div class="col s12"> |