summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-08 19:47:45 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-08 19:47:45 +0100
commit5fab5f4516b7c01c7e6b920f9d9f6280275e929d (patch)
tree30bdd1b32d458d1e0301ad5ee8783daa1c84eba6 /templates
parent2642fae2472be0cacbe926a394b690b2856b9a7b (diff)
fix errstr on infoscreen
Diffstat (limited to 'templates')
-rw-r--r--templates/infoscreen.html.ep2
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>