From 51be90baad1b407adebc60f8435ae72e05c94143 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 4 Jun 2018 18:14:55 +0200 Subject: [PATCH] Remove collection from table recap --- manuels/templates/manuels/list_books_supplies.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/manuels/templates/manuels/list_books_supplies.html b/manuels/templates/manuels/list_books_supplies.html index 7de4c65..9341da4 100644 --- a/manuels/templates/manuels/list_books_supplies.html +++ b/manuels/templates/manuels/list_books_supplies.html @@ -50,7 +50,6 @@ Titre Auteurs Éditeur - Collection Année de publication ISBN Prix @@ -77,7 +76,6 @@ {{ book.title }} {{ book.authors }} {{ book.editor }} - {{ book.collection }} {{ book.publication_year }} {{ book.isbn }} {{ book.price }}€