mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only show version if present
This commit is contained in:
parent
40789db66c
commit
f406ad7537
@ -43,7 +43,7 @@
|
||||
</td>
|
||||
<td>{{ plugin.author }}</td>
|
||||
<td>{{ plugin.pub_date }}</td>
|
||||
<td>{{ plugin.version }}</td>
|
||||
<td>{% if plugin.version %}{{ plugin.version }{% endif %}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user