From 19fe768aa1c73182dee30e3927af4c6d43a726e6 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Tue, 8 Jun 2021 00:11:56 -0700 Subject: [PATCH] Fix JavaScript --- templates/message.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/message.html b/templates/message.html index faeb523..a304475 100644 --- a/templates/message.html +++ b/templates/message.html @@ -18,8 +18,10 @@

{{ message }}

{% if attempts_left %} -

You have {{ attempts_left }} attempt(s) left

- + +

You have {{ attempts_left }} attempt(s) left

+ +
@@ -34,12 +36,9 @@ {% endif %} - \ No newline at end of file