-
Reset Password
+
Reset Password
{% if message %}
{{ message }}
{% endif %}
A link to reset your password will be sent to your email address
{% endif %}
-
+
{% if type == 'review' %}
-
Rating
-
+
+ {% endif %}
+ {% if type == 'quote' %}
+
+ {% else %}
+
{% endif %}
-
{% if type == 'quote' %}
diff --git a/bookwyrm/templates/snippets/follow_button.html b/bookwyrm/templates/snippets/follow_button.html
index 3fdcbab81..65df19e86 100644
--- a/bookwyrm/templates/snippets/follow_button.html
+++ b/bookwyrm/templates/snippets/follow_button.html
@@ -19,6 +19,6 @@ Follow request already sent.
{% endif %}
diff --git a/bookwyrm/templates/snippets/follow_request_buttons.html b/bookwyrm/templates/snippets/follow_request_buttons.html
index b6296d3fd..6e8453fd6 100644
--- a/bookwyrm/templates/snippets/follow_request_buttons.html
+++ b/bookwyrm/templates/snippets/follow_request_buttons.html
@@ -8,6 +8,6 @@
{% endif %}
diff --git a/bookwyrm/templates/snippets/privacy_select.html b/bookwyrm/templates/snippets/privacy_select.html
index ab044027c..83ea9bea2 100644
--- a/bookwyrm/templates/snippets/privacy_select.html
+++ b/bookwyrm/templates/snippets/privacy_select.html
@@ -1,9 +1,15 @@
+{% load fr_display %}
-
diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html
index 7f93762a8..dc46266a8 100644
--- a/bookwyrm/templates/snippets/shelf_selector.html
+++ b/bookwyrm/templates/snippets/shelf_selector.html
@@ -23,7 +23,7 @@
{% csrf_token %}
-
+
diff --git a/bookwyrm/templates/snippets/shelve_button.html b/bookwyrm/templates/snippets/shelve_button.html
index ff0c660fb..3b924324b 100644
--- a/bookwyrm/templates/snippets/shelve_button.html
+++ b/bookwyrm/templates/snippets/shelve_button.html
@@ -1,9 +1,9 @@
{% load fr_display %}
{% if request.user.is_authenticated %}
-{% with book.id|uuid as uuid %}
{% active_shelf book as active_shelf %}
+ {% with book.id|uuid as uuid %}
{% if active_shelf.identifier == 'read' %}
-{% endwith %}
{% endif %}
diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html
index 9eec95cde..9016669fa 100644
--- a/bookwyrm/templates/snippets/status_body.html
+++ b/bookwyrm/templates/snippets/status_body.html
@@ -97,7 +97,7 @@
diff --git a/bookwyrm/templates/tag.html b/bookwyrm/templates/tag.html
index 15b8ff283..c66413859 100644
--- a/bookwyrm/templates/tag.html
+++ b/bookwyrm/templates/tag.html
@@ -3,7 +3,7 @@
{% block content %}
-
Books tagged "{{ tag.name }}"
+ Books tagged "{{ tag.name }}"
{% include 'snippets/book_tiles.html' with books=books.all %}