diff --git a/bookwyrm/templates/snippets/create_status.html b/bookwyrm/templates/snippets/create_status.html index 76357986..7dee4b70 100644 --- a/bookwyrm/templates/snippets/create_status.html +++ b/bookwyrm/templates/snippets/create_status.html @@ -2,36 +2,62 @@ {% load i18n %} {% load bookwyrm_tags %} +{% with status_type=request.GET.status_type %}
-
+
{% with 0|uuid as uuid %} {% include 'snippets/create_status_form.html' with type='review' %} {% endwith %}
-