diff --git a/templates/book/index.html.twig b/templates/book/index.html.twig
index 95719bd..3ec7ef3 100644
--- a/templates/book/index.html.twig
+++ b/templates/book/index.html.twig
@@ -15,8 +15,6 @@
Description |
Publisher |
Publish_date |
- Filename |
- Original_filename |
actions |
@@ -30,8 +28,6 @@
{{ book.description }} |
{{ book.publisher }} |
{{ book.publishDate ? book.publishDate|date('Y-m-d') : '' }} |
- {{ book.filename }} |
- {{ book.originalFilename }} |
show
edit
diff --git a/templates/book/show.html.twig b/templates/book/show.html.twig
index adf1150..c0be308 100644
--- a/templates/book/show.html.twig
+++ b/templates/book/show.html.twig
@@ -31,14 +31,6 @@
| Publish_date |
{{ book.publishDate ? book.publishDate|date('Y-m-d') : '' }} |
-
- | Filename |
- {{ book.filename }} |
-
-
- | Original_filename |
- {{ book.originalFilename }} |
-