diff --git a/bookwyrm/templates/snippets/create_status.html b/bookwyrm/templates/snippets/create_status.html
index 62285c6b..f8c5b3cf 100644
--- a/bookwyrm/templates/snippets/create_status.html
+++ b/bookwyrm/templates/snippets/create_status.html
@@ -17,89 +17,15 @@
-
+ {% include 'snippets/create_status_form.html' with type="comment" placeholder="Some thougts on '"|add:book.title|add:"'" %}
+
diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py
index 48095850..f1bec713 100644
--- a/bookwyrm/urls.py
+++ b/bookwyrm/urls.py
@@ -107,7 +107,7 @@ urlpatterns = [
re_path(r'^rate/?$', actions.rate),
re_path(r'^review/?$', actions.review),
- re_path(r'^quotate/?$', actions.quotate),
+ re_path(r'^quote/?$', actions.quotate),
re_path(r'^comment/?$', actions.comment),
re_path(r'^tag/?$', actions.tag),
re_path(r'^untag/?$', actions.untag),