2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

fix nav error

This commit is contained in:
Matthias
2021-10-04 23:00:07 +02:00
parent c7a077fb33
commit 2d5854e1e5

View File

@ -43,7 +43,7 @@
</td>
<td>{{ plugin.author }}</td>
<td>{{ plugin.pub_date }}</td>
<td>{% if plugin.version %}{{ plugin.version }{% endif %}</td>
<td>{% if plugin.version %}{{ plugin.version }}{% endif %}</td>
</tr>
{% endfor %}
</tbody>