Remove collection from table recap

This commit is contained in:
Gabriel Augendre 2018-06-04 18:14:55 +02:00
parent 9e862edb1b
commit 51be90baad

View file

@ -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>