Skip to content

Commit

Permalink
template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Oct 21, 2024
1 parent d3b689b commit a0dd613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookwyrm/templates/import/user_troubleshoot.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</tr>
{% for item in items %}
<tr>
<td {% if item.userimportpost.json.name %}class="is-italic"{% endif %}>{{ item.userimportpost.book.title }}</td>
<td>{{ item.userimportpost.json.name }}</td>
<td class="is-italic">{{ item.userimportpost.book.title }}</td>
<td>{{ item.userimportpost.json.type }}</td>
<td>{% id_to_username item.userrelationshipimport.remote_id True %}</td>
<td>
{% if item.fail_reason == "unauthorized" %}
Expand Down

0 comments on commit a0dd613

Please sign in to comment.