From a4a214d488655f7032ba248e822ee3b40a2a3623 Mon Sep 17 00:00:00 2001 From: nberting Date: Mon, 11 Jun 2018 12:25:10 +0200 Subject: [PATCH] fixed stack link --- app/templates/show_books.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 %}