Petite amélioration sur la page de modération des images

This commit is contained in:
Darks 2021-07-08 17:00:19 +02:00
parent 05f56a1cf4
commit f848615ff1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<td>{{ a.id }}</td>
<td><a href="{{ a.url }}">{{ a.name }}</a></td>
<td><a href="{{ url_for('user', username=a.comment.author.name) }}">{{ a.comment.author.name }}</a></td>
<td>{{ a.size }}</td>
<td>{{ a.size | humanize(unit='o') }}</td>
</tr>
{% endfor %}
</table>