From bf6ed5eb81309f90347734f92726f5b2ed468f60 Mon Sep 17 00:00:00 2001 From: Rafay Date: Tue, 17 Oct 2023 18:12:34 +0500 Subject: [PATCH] fix: reset button becomes available after submission (#33490) --- lms/templates/problem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 60d27b4ff5..3bf90b5daf 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -40,7 +40,7 @@ from openedx.core.djangolib.markup import HTML % endif - % if reset_button: + % if attempts_used and reset_button: