From 3bdbd6ea650a39b4095322c57d293774c74be309 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 Dec 2021 08:59:06 -0500 Subject: [PATCH] add page to list a user\'s review --- books/templates/books/detail.html | 2 +- games/templates/games/detail.html | 2 +- movies/templates/movies/detail.html | 2 +- music/templates/music/album_detail.html | 2 +- music/templates/music/song_detail.html | 2 +- users/templates/users/book_list.html | 13 +- users/templates/users/game_list.html | 13 +- users/templates/users/movie_list.html | 13 +- users/templates/users/music_list.html | 18 +- users/views.py | 254 +++++++++++++----------- 10 files changed, 191 insertions(+), 130 deletions(-) diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html index 5543ef6f..dc802aa8 100644 --- a/books/templates/books/detail.html +++ b/books/templates/books/detail.html @@ -178,7 +178,7 @@
{% trans '这本书的评论' %}
{% if review_list_more %} - {% trans '全部标记' %} + {% trans '全部评论' %} {% endif %} {% if review_list %}