diff --git a/.DS_Store b/.DS_Store index 3644916..7877a07 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/app/static/img/default_cover.png b/app/static/img/default_cover.png new file mode 100644 index 0000000..34c107e Binary files /dev/null and b/app/static/img/default_cover.png differ diff --git a/app/templates/base.html b/app/templates/base.html index 9299451..fc7e9b7 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -37,5 +37,15 @@ {% block js %} {% endblock%} + diff --git a/app/templates/show_books.html b/app/templates/show_books.html index cd78abb..2198e38 100755 --- a/app/templates/show_books.html +++ b/app/templates/show_books.html @@ -25,7 +25,11 @@ {% for book in books|sort(attribute='title', reverse = False) %} - + + + + + {{ book.title }} {% for author in book.authors %}