diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-08 19:47:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-08 19:47:45 +0100 |
commit | 5fab5f4516b7c01c7e6b920f9d9f6280275e929d (patch) | |
tree | 30bdd1b32d458d1e0301ad5ee8783daa1c84eba6 /templates/infoscreen.html.ep | |
parent | 2642fae2472be0cacbe926a394b690b2856b9a7b (diff) |
fix errstr on infoscreen
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 7f583c8..7cdd870 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -17,7 +17,7 @@ </head> <body> -% if (my $error = stash 'error') { +% if (my $error = stash 'errstr') { <div class="error">Received an error from the backend service:</div> <div> <pre> |