From 4cfb4f2b0f2db139d1d7ab83eab81bbb5024f560 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 3 Apr 2020 09:45:44 -0700 Subject: [PATCH] Fixes template for status compose --- fedireads/templates/snippets/create_status.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fedireads/templates/snippets/create_status.html b/fedireads/templates/snippets/create_status.html index 70bc9fef..1f833f07 100644 --- a/fedireads/templates/snippets/create_status.html +++ b/fedireads/templates/snippets/create_status.html @@ -20,8 +20,10 @@ -
- {% include 'snippets/book_cover.html' with book=book %} +
+
+ {% include 'snippets/book_cover.html' with book=book %} +
{% csrf_token %}