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 %}- {{ item.item.brief }} -
- -- {% include "show_item_comment.html" %} -
-+ {{ book.brief }} +
+ ++ {% include "show_item_comment.html" %} +
++ {{ game.brief }} +
+ ++ {% include "show_item_comment.html" %} +
++ {{ movie.brief }} +
++ {% include "show_item_comment.html" %} +
++ {{ music.brief }} +
+ {% elif music.category_name|lower == 'album' %} ++ {% trans '曲目:' %}{{ music.track_list }} +
+ {% else %} + ++ {% trans '所属专辑:' %}{{ music.album }} +
+ {% endif %} + ++ {% include "show_item_comment.html" %} +
+