Skip to content

Commit

Permalink
extra <div>
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Feb 28, 2024
1 parent 8e06b40 commit b6eec1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ <h1 class="page-header text-capitalize">{{ user.username }}</h1>
</dialog>
</div>
</div>
</div>
<div class="icon-block">
<kbd class="fa fa-cogs">
<a href="{% url 'all_activitys' %}?user={{ user.username }}&label=General">{% trans "General" %} {{ bug_type_0 | length }}</a>
Expand Down Expand Up @@ -420,7 +419,7 @@ <h1 class="page-header text-capitalize">{{ user.username }}</h1>
dialog.showModal();
});
});

$(function () {
$('.img-thumbnail, .upload-btn').on('mouseenter', function () {
$('.upload-btn').show();
Expand Down

0 comments on commit b6eec1c

Please sign in to comment.