From e19ee3f2b0a9599507e7df1fdfeacbcbfa831aea Mon Sep 17 00:00:00 2001 From: Shashank Verma Date: Thu, 12 Oct 2023 07:56:28 +0530 Subject: [PATCH] Revert "user_profile: profile: Fix multiple clicks for form visibility" This reverts commit d7368720cdca20ad99e7f263a296f13733466ab2. Well what do you know ... this prevents from opening verify form for other PR requests. Signed-off-by: Shashank Verma --- user_profile/templates/user_profile/profile.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_profile/templates/user_profile/profile.html b/user_profile/templates/user_profile/profile.html index a4c61ab..3fecda5 100644 --- a/user_profile/templates/user_profile/profile.html +++ b/user_profile/templates/user_profile/profile.html @@ -427,6 +427,9 @@
{% block javascript %} {% if user.username == native_profile.user.username and user.userprofile.role == user.userprofile.STUDENT %}