Skip to content

Commit

Permalink
Get the HTML tags in the description, in the status
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 30, 2023
1 parent 8af0864 commit 8776b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_to_paperless/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Jobs status</h2>
<tr{{ tr_attributes }}>
<td><a href="./{{ name }}" target="_blank">{{ name }}</a></td>
<td>{{ folder.status }}</td>
<td>{{ folder.details }}</td>
<td>{{ folder.details | safe }}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 8776b52

Please sign in to comment.