From 0171b5a427700b0ba6ce7639c0481a9b7933c566 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 8 Nov 2020 12:24:50 -0800 Subject: [PATCH 1/3] Fixes typo in notifications link --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index e4b7ce5e..b1634ff1 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -89,7 +89,7 @@
- Notitications + Notifications {% if request.user|notification_count %} From 77b0a3b67f22f881f096ebe767cc53433f2ccc40 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 8 Nov 2020 12:25:05 -0800 Subject: [PATCH 2/3] Adds alt text to avatars --- bookwyrm/templates/snippets/avatar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/avatar.html b/bookwyrm/templates/snippets/avatar.html index ab621777..3d6e65cc 100644 --- a/bookwyrm/templates/snippets/avatar.html +++ b/bookwyrm/templates/snippets/avatar.html @@ -1,2 +1,2 @@ - +avatar for {{ user|username }} From 8f95c1e7284117705dbe10cfe65468cafe922dc4 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 8 Nov 2020 12:38:27 -0800 Subject: [PATCH 3/3] Clearer logo link to home page and missing filter import --- bookwyrm/templates/layout.html | 2 +- bookwyrm/templates/snippets/avatar.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index b1634ff1..6c3cd345 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -23,7 +23,7 @@