Skip to content

Commit

Permalink
remove poster edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
oscie57 committed Jun 8, 2024
1 parent bb130fe commit 613cd3d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/poster_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@
<td>{{ poster.movie_id }}</td>
<td>
<div class="field has-addons">
<p class="control">
<a href="" class="button">
<span class="icon is-small">
<i class="fas fa-edit"></i>
</span>
<span>Edit Poster</span>
</a>
</p>

<p class="control">
<a href="{{ url_for('remove_poster', poster=poster.poster_id) }}" class="button is-danger">
<span class="icon is-small">
Expand Down

0 comments on commit 613cd3d

Please sign in to comment.