From 5d5ddccf714f62bb5b2cd7847ed09a72363d34c8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 17 Jan 2022 14:08:30 -0500 Subject: [PATCH] more detail in collection view --- collection/templates/detail.html | 1 + collection/templates/edit_item_comment.html | 6 +- collection/templates/entity_list.html | 59 +------- collection/templates/show_item_comment.html | 4 +- collection/views.py | 6 +- common/models.py | 6 +- common/static/js/rating-star-readonly.js | 8 +- common/static/lib/css/neo.css | 20 ++- common/templates/partial/list_item.html | 9 ++ common/templates/partial/list_item_book.html | 117 ++++++++++++++++ common/templates/partial/list_item_game.html | 102 ++++++++++++++ common/templates/partial/list_item_movie.html | 116 ++++++++++++++++ common/templates/partial/list_item_music.html | 127 ++++++++++++++++++ 13 files changed, 513 insertions(+), 68 deletions(-) create mode 100644 common/templates/partial/list_item.html create mode 100644 common/templates/partial/list_item_book.html create mode 100644 common/templates/partial/list_item_game.html create mode 100644 common/templates/partial/list_item_movie.html create mode 100644 common/templates/partial/list_item_music.html diff --git a/collection/templates/detail.html b/collection/templates/detail.html index 018d233d..022eb86e 100644 --- a/collection/templates/detail.html +++ b/collection/templates/detail.html @@ -25,6 +25,7 @@ + diff --git a/collection/templates/edit_item_comment.html b/collection/templates/edit_item_comment.html index f299b513..674985e3 100644 --- a/collection/templates/edit_item_comment.html +++ b/collection/templates/edit_item_comment.html @@ -1,5 +1,5 @@ -
- + + - +
\ No newline at end of file diff --git a/collection/templates/entity_list.html b/collection/templates/entity_list.html index cecbd682..4cdc9ee2 100644 --- a/collection/templates/entity_list.html +++ b/collection/templates/entity_list.html @@ -2,62 +2,9 @@ {% load i18n %} {% load l10n %}