summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html
index 50839f4..3efca24 100644
--- a/components/index.html
+++ b/components/index.html
@@ -15,7 +15,7 @@
</div>
<div id="feedback" data-testid="feedback">
{{if .Correct}}{{template "feedback" .}}{{else if .Requirement}}{{template "feedback" .}}{{end}}
- {{if .ShowNext}}
+ {{if ne .Status 0}}
<button
hx-get="/next-question?current_id={{.ID}}"
hx-target="#ancestor"