Skip to content

Commit

Permalink
delete id in history table
Browse files Browse the repository at this point in the history
  • Loading branch information
bongudth committed Jun 22, 2022
1 parent e235b93 commit ffe91b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/library/history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ <h1 class="display-4 fw-normal">My history</h1>
<table class="table table-bordered border-dark table-striped table-hover">
<thead class="table-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Title</th>
<th scope="col">Date borrowed</th>
<th scope="col">Date expired</th>
Expand All @@ -23,7 +22,6 @@ <h1 class="display-4 fw-normal">My history</h1>
{% with book=item.book %}

<tr>
<th scope="row">{{ book.id }}</th>
<td>{{ book.title }}</td>
<td>{{ item.date_borrowed }}</td>
<td>{{ item.date_expired }}</td>
Expand Down

0 comments on commit ffe91b4

Please # to comment.