From b0f414570b9a279abae25abd44de3bdf32a8acd0 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Wed, 28 Apr 2021 15:42:22 +0200 Subject: [PATCH] cover: Fix code that was reverted during a merge conflict. --- bookwyrm/templates/lists/list.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 4c8dfd132..9243d3afb 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -144,7 +144,12 @@

{% include 'snippets/book_titleby.html' with book=book %}

-
+ {% csrf_token %}