Remove collection from table recap
This commit is contained in:
parent
9e862edb1b
commit
51be90baad
1 changed files with 0 additions and 2 deletions
|
@ -50,7 +50,6 @@
|
|||
<th scope="col">Titre</th>
|
||||
<th scope="col">Auteurs</th>
|
||||
<th scope="col">Éditeur</th>
|
||||
<th scope="col">Collection</th>
|
||||
<th scope="col">Année de publication</th>
|
||||
<th scope="col">ISBN</th>
|
||||
<th scope="col">Prix</th>
|
||||
|
@ -77,7 +76,6 @@
|
|||
<td>{{ book.title }}</td>
|
||||
<td>{{ book.authors }}</td>
|
||||
<td>{{ book.editor }}</td>
|
||||
<td>{{ book.collection }}</td>
|
||||
<td>{{ book.publication_year }}</td>
|
||||
<td>{{ book.isbn }}</td>
|
||||
<td>{{ book.price }}€</td>
|
||||
|
|
Loading…
Reference in a new issue