From ba24de361eb2133d5e014d5796f654c82e6d69cb Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 5 Apr 2025 17:56:09 +0300 Subject: feat: return full Question model in /answer response --- components/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components') diff --git a/components/index.html b/components/index.html index d3811b1..31775b0 100644 --- a/components/index.html +++ b/components/index.html @@ -17,6 +17,11 @@ {{.Text}}
+ {{if eq .Status 1}} + + {{else if eq .Status 2}} + + {{end}} {{if ne .Status 0}}
{{.Explanation}} -- cgit v1.2.3