Skip to content

Commit

Permalink
Little typo in the generated text
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 1, 2023
1 parent 4b573af commit e38e862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scan_to_paperless/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h2>Jobs status</h2>
{% set tr_attributes = ' class="alert alert-info"' if name == self._current_folder else "" %}
<tr{{ tr_attributes }}>
<td><a href="./{{ name }}" target="_blank">{{ name }}</a>{%
if folder.nb_images > 0: %}({{ folder.nb_images }} image{%
if folder.nb_images > 1: %}s){% endif %}{%
if folder.nb_images > 0: %} ({{ folder.nb_images }} image{%
if folder.nb_images > 1: %}s{% endif %}){%
endif %}</td>
<td>{{ folder.status }}</td>
<td>{{ folder.details | safe }}</td>
Expand Down

0 comments on commit e38e862

Please # to comment.