From a0dd61335dc48de960381c7c5db11adec93449bd Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Mon, 21 Oct 2024 13:05:39 +1100 Subject: [PATCH] template fixes --- bookwyrm/templates/import/user_troubleshoot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/import/user_troubleshoot.html b/bookwyrm/templates/import/user_troubleshoot.html index a92eae718f..350914881f 100644 --- a/bookwyrm/templates/import/user_troubleshoot.html +++ b/bookwyrm/templates/import/user_troubleshoot.html @@ -70,8 +70,8 @@ {% for item in items %} - {{ item.userimportpost.book.title }} - {{ item.userimportpost.json.name }} + {{ item.userimportpost.book.title }} + {{ item.userimportpost.json.type }} {% id_to_username item.userrelationshipimport.remote_id True %} {% if item.fail_reason == "unauthorized" %}