diff --git a/books/templates/books/delete.html b/books/templates/books/delete.html
index e85fbe02..6379c228 100644
--- a/books/templates/books/delete.html
+++ b/books/templates/books/delete.html
@@ -57,6 +57,14 @@
{% endif %}
{% trans '上次编辑时间:' %}{{ book.edited_time }}
+
+ {% if book.book_marks.all %}
+
+ {% endif %}
+ {% if book.book_reviews.all %}
+
+ {% endif %}
+
diff --git a/movies/templates/movies/delete.html b/movies/templates/movies/delete.html
index 98748079..04f44dbe 100644
--- a/movies/templates/movies/delete.html
+++ b/movies/templates/movies/delete.html
@@ -66,6 +66,14 @@
{% endif %}
{% trans '上次编辑时间:' %}{{ movie.edited_time }}
+
+ {% if movie.movie_marks.all %}
+
+ {% endif %}
+ {% if movie.movie_reviews.all %}
+
+ {% endif %}
+