diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html
index fc94c7de..36241ee2 100644
--- a/bookwyrm/templates/book/book.html
+++ b/bookwyrm/templates/book/book.html
@@ -203,7 +203,9 @@
+ {% with 0|uuid as controls_uid %}
{% include 'snippets/create_status.html' with book=book hide_cover=True %}
+ {% endwith %}
{% endif %}
diff --git a/bookwyrm/templates/snippets/toggle/toggle_button.html b/bookwyrm/templates/snippets/toggle/toggle_button.html
index 0f8e0165..34b470b4 100644
--- a/bookwyrm/templates/snippets/toggle/toggle_button.html
+++ b/bookwyrm/templates/snippets/toggle/toggle_button.html
@@ -1,5 +1,6 @@
+{% load utilities %}
{% if fallback_url %}
-