Skip to content

Commit

Permalink
User's first and last name also gets displayed in manage user roles p…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
Lalit1471 committed Feb 4, 2022
1 parent 69b1c5c commit 1b4c51b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions user/templates/user/user_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ <h3 class="name">Heads</h3>
</div>

<div class="col-md-6">
<button type="button" id="appbtn" class="userbtn" user="{{user.pk}}" r_type=1>
Demote &nbsp; &nbsp;<i class="fa fa-caret-down"></i>
</button>

</div>
</div>
</div>
Expand Down Expand Up @@ -90,9 +88,7 @@ <h3 class="name">Members</h3>
<button type="button" id="appbtn" class="userbtn promotebtn" user="{{user.pk}}" r_type=0>
Promote &nbsp; &nbsp;<i class="fa fa-caret-up"></i>
</button>
<button type="button" id="appbtn" class="userbtn" user="{{user.pk}}" r_type=1>
Demote &nbsp; &nbsp;<i class="fa fa-caret-down"></i>
</button>

</div>
</div>
</div>
Expand Down

0 comments on commit 1b4c51b

Please sign in to comment.