From ccb3a9fcbc435d8b4970810fff0bc635003a2b3f Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 2 Nov 2019 12:26:27 +0100 Subject: [PATCH] upload: fix template, show errors again --- dist/templates/upload/upload.html.hbs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/templates/upload/upload.html.hbs b/dist/templates/upload/upload.html.hbs index 0553284..0e6c245 100644 --- a/dist/templates/upload/upload.html.hbs +++ b/dist/templates/upload/upload.html.hbs @@ -1,7 +1,12 @@ {{#> layout }} + {{#with page}}

{{ text "Upload your key" }}

+ {{#with error }} +

Error: {{ this }}

+ {{/with}} +
@@ -17,4 +22,5 @@
+ {{/with}} {{/layout}}