diff options
| -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"> | 
