diff options
-rw-r--r-- | components/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index 9c43a50..4b46fbf 100644 --- a/components/index.html +++ b/components/index.html @@ -14,7 +14,7 @@ {{.Text}} </div> <div id="feedback" data-testid="feedback"> - {{template "feedback" .}} + {{if not .Correct}}Try Again{{else}}{{template "feedback" .}}{{end}} {{if .ShowNext}} <button hx-get="/next-question?current_id={{.ID}}" |