From 05fabf6247ff6816e141d0582b488a896685928c Mon Sep 17 00:00:00 2001 From: Shashank Verma Date: Thu, 12 Oct 2023 08:14:33 +0530 Subject: [PATCH] user_profile: profile: Uniquely identify the form for visibility toggle Signed-off-by: Shashank Verma --- user_profile/templates/user_profile/profile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user_profile/templates/user_profile/profile.html b/user_profile/templates/user_profile/profile.html index a4c61ab..d7255b4 100644 --- a/user_profile/templates/user_profile/profile.html +++ b/user_profile/templates/user_profile/profile.html @@ -301,10 +301,10 @@
{% elif pr.state == pr.PENDING_VERIFICATION %} {{ pr.get_state_display }} - -
+ {{ judge_form.bonus }} {{ judge_form.penalty }} {{ judge_form.remark }} @@ -426,8 +426,8 @@
{% block javascript %}