diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-27 21:13:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-27 21:13:03 +0200 |
commit | d9659083e0cebd07722b9030d4bf024bfc223c4e (patch) | |
tree | 1189266b3a96263ebae2ed467b2d20b8fe1c6c02 /templates/main.html.ep | |
parent | 7570248c3dcd8c2129d22521ee3bc2c68294ed38 (diff) |
also, error messages
Diffstat (limited to 'templates/main.html.ep')
-rw-r--r-- | templates/main.html.ep | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep index b6cccd2..3e8f2ab 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -13,12 +13,10 @@ % if ($stop) { % if ($errstr) { <div class="container"> -<div class="error">Received an error from the backend service:</div> -<div> -<pre> +<div class="error"> +<strong>Received an error from the backend service:</strong> %= $errstr -</pre> -</div> +</div><!-- error --> </div><!-- container --> % } % elsif ($frontend eq 'png') { |