Skip to content

Commit

Permalink
Revert "user_profile: profile: Fix clicking of verify button"
Browse files Browse the repository at this point in the history
This reverts commit 8e7a442.

Well what do you know, this prevents from opening verify block of other
PR requests. :salute:

Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 12, 2023
1 parent d736872 commit 000038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_profile/templates/user_profile/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h6 class="">
</form>
{% elif pr.state == pr.PENDING_VERIFICATION %}
<a class="btn btn-rounded btn-warning">{{ pr.get_state_display }}</a>
<button class="btn btn-primary btn-rounded mt-0" data-mdb-toggle="tooltip" id="frmbtn" onclick="showfrm()" type="button">
<button class="btn btn-primary btn-rounded mt-0" data-mdb-toggle="tooltip" title="Verify PR" id="frmbtn" onclick="showfrm()" type="button">
Verify <i class="fas fa-caret-down"></i>
</button>
<form method="get" action="{% url 'judge_pr' pr.pk %}" id="frm">
Expand Down

0 comments on commit 000038e

Please sign in to comment.