Skip to content

Commit

Permalink
Update career_stats.html
Browse files Browse the repository at this point in the history
removed update bio button
  • Loading branch information
Kudzmat authored Oct 23, 2024
1 parent 1f66b69 commit c0ed52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/nba_stats/career_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ <h6><b>Height:</b> {{ player_bio.height }} | <b>Weight:</b> {{ player_bio.weight
<h6><b>Year:</b> {{ player_bio.year }}</h6>
<h6><b>Position:</b> {{ player_bio.position }} | <b>Status:</b> {{ player_bio.status }}</h6>
<h6><b>PPG:</b> {{ player_bio.PTS }} | <b>RPG:</b> {{ player_bio.REB }} | <b>APG:</b> {{ player_bio.AST }}</h6>
<button class="btn btn-outline-success mt-3"
<!-- <button class="btn btn-outline-success mt-3"
hx-get="{% url 'nba_stats:update_player_bio' player_id=player_id player_name=player_full_name %}"
hx-target="#player-bio"
hx-swap="outerHTML"
hx-trigger="click">
Update Bio
</button>
</button> -->
</div>

<!-- Career Awards -->
Expand Down

0 comments on commit c0ed52d

Please sign in to comment.