From c100288fd2cc9f9d479a1210d7646f20688f6b1c Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 8 Aug 2020 21:50:50 +0200 Subject: [PATCH] Fix wrong id --- views/verify.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/verify.pug b/views/verify.pug index 9f81035..7db1a6f 100644 --- a/views/verify.pug +++ b/views/verify.pug @@ -13,5 +13,5 @@ block content h3 Result p#result - p#result + p#resultContent input.bigBtn(type='submit' name='submit' value='VERIFY SIGNATURE')