Skip to content

Commit

Permalink
third commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-ki committed Jan 2, 2025
1 parent 0f05811 commit a025fa0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/templates/team_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,18 +548,6 @@ <h2>Add New Member</h2>
</form>
</div>
</div>
<!-- Kudos member card that shows kudos count -->
{# {% for member in team_members %}#}
{# <div class="member-card" id="member-{{ member.username }}">#}
{# <div class="member-info">#}
{# <span>{{ member.username }}</span>#}
{# <span class="kudos-count-badge"#}
{# {% if not member.kudos_count %}style="display:none"{% endif %}>#}
{# {{ member.kudos_count|default:"0" }} kudos#}
{# </span>#}
{# </div>#}
{# </div>#}
{# {% endfor %}#}
<!-- Kudos Modal -->
<div id="kudosModal" class="modal">
<div class="modal-content">
Expand Down

0 comments on commit a025fa0

Please sign in to comment.