mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
fix nav error
This commit is contained in:
@ -43,7 +43,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>{{ plugin.author }}</td>
|
<td>{{ plugin.author }}</td>
|
||||||
<td>{{ plugin.pub_date }}</td>
|
<td>{{ plugin.pub_date }}</td>
|
||||||
<td>{% if plugin.version %}{{ plugin.version }{% endif %}</td>
|
<td>{% if plugin.version %}{{ plugin.version }}{% endif %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user