diff --git a/bookwyrm/templates/snippets/create_status/layout.html b/bookwyrm/templates/snippets/create_status/layout.html index 4dded2005..1343316fa 100644 --- a/bookwyrm/templates/snippets/create_status/layout.html +++ b/bookwyrm/templates/snippets/create_status/layout.html @@ -17,7 +17,7 @@ reply_parent: the Status object this post will be in reply to, if applicable
diff --git a/bookwyrm/templates/snippets/rate_action.html b/bookwyrm/templates/snippets/rate_action.html index 711c3b3e1..767039a3d 100644 --- a/bookwyrm/templates/snippets/rate_action.html +++ b/bookwyrm/templates/snippets/rate_action.html @@ -3,7 +3,7 @@ {% if request.user.is_authenticated %} {% trans "Leave a rating" %}
- + {% csrf_token %}