diff --git a/src/templates/user/book.html b/src/templates/user/book.html index 1f20b9b..cbb48a0 100644 --- a/src/templates/user/book.html +++ b/src/templates/user/book.html @@ -1,24 +1,16 @@ {% extends 'base.html' %} {% block header %} - +} + {% endblock %} {% block content %} @@ -41,6 +33,28 @@
+
{{book['book_name']}}
{%if booktype|length > 0 %} @@ -85,7 +99,7 @@
- 加一个评论 +
@@ -108,11 +122,23 @@ {% endfor %}
-
+ {% for note in notes %} +
- space +
{{note['note_name']}}
+
+ 日期{{note['note_date']}} +
+ 删除 +
+
+
+
+
+

{{note['note_content']}}

+ {% endfor %}