From c6b18fae8118f6c4c36bab11ebab95ab3e15a3c8 Mon Sep 17 00:00:00 2001 From: Kostiantyn Stoliarskyi Date: Thu, 15 Jun 2023 15:28:54 +0300 Subject: [PATCH] small fixes --- app/templates/book/stat.html | 2 +- app/templates/notification.html | 2 +- app/templates/user/profile.html | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/templates/book/stat.html b/app/templates/book/stat.html index 855aa95..f1c8f6d 100644 --- a/app/templates/book/stat.html +++ b/app/templates/book/stat.html @@ -7,7 +7,7 @@ {% include 'book/modals/fork_book_modal.html' %} -
+

{{book.label}}

diff --git a/app/templates/notification.html b/app/templates/notification.html index 4541aec..e3ed9d3 100644 --- a/app/templates/notification.html +++ b/app/templates/notification.html @@ -3,7 +3,7 @@
- You haven't notifications! + You don't have notifications!
diff --git a/app/templates/user/profile.html b/app/templates/user/profile.html index d0512f8..fd837bb 100644 --- a/app/templates/user/profile.html +++ b/app/templates/user/profile.html @@ -81,7 +81,6 @@
- {% if interpretation.user_id != current_user.id %}
- {% endif %}
- {% endif %}