diff --git a/app/templates/show_books.html b/app/templates/show_books.html index 8ab4350..b43fe3d 100755 --- a/app/templates/show_books.html +++ b/app/templates/show_books.html @@ -61,10 +61,7 @@ {% for stack in book.stacks %} -
  • - - {{ stack.stack_name }} -
  • +
  • {{ stack.stack_name }}
  • {% endfor %}