summaryrefslogtreecommitdiff
path: root/internal/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers')
-rw-r--r--internal/handlers/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go
index abd2226..4a64380 100644
--- a/internal/handlers/main.go
+++ b/internal/handlers/main.go
@@ -134,6 +134,7 @@ func (h *Handlers) renderQuestion(w http.ResponseWriter, question *models.Questi
type TemplateData struct {
*models.Question
ShowNext bool
+ Correct bool
}
err = tmpl.ExecuteTemplate(w, "main", &TemplateData{