diff --git a/app/templates/book/all.html b/app/templates/book/all.html index 857428b..7cdad6c 100644 --- a/app/templates/book/all.html +++ b/app/templates/book/all.html @@ -19,9 +19,9 @@ {% endif %}
- - -

{{ book.stars|length }}

+ + + {{ book.stars|length }} diff --git a/app/templates/book/index.html b/app/templates/book/index.html index 3f89170..23d2aeb 100644 --- a/app/templates/book/index.html +++ b/app/templates/book/index.html @@ -32,7 +32,7 @@
-

{{ book.stars|length }}

+ {{ book.stars|length }}
diff --git a/app/templates/user/profile.html b/app/templates/user/profile.html index 3a414e4..761f30c 100644 --- a/app/templates/user/profile.html +++ b/app/templates/user/profile.html @@ -50,9 +50,9 @@

{% endif %}
- - -

{{ book.stars|length }}

+ + + {{ book.stars|length }}