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

"description" field for plugin

Fixes #2293
This commit is contained in:
Matthias
2021-11-12 00:09:05 +01:00
parent 65046df417
commit b2478b418a
3 changed files with 20 additions and 0 deletions

View File

@ -27,6 +27,11 @@
<td>{% trans "Author" %}</td>
<td>{{ plugin.author }}{% include "clip.html" %}</td>
</tr>
<tr>
<td></td>
<td>{% trans "Description" %}</td>
<td>{{ plugin.description }}{% include "clip.html" %}</td>
</tr>
<tr>
<td><span class='fas fa-calendar-alt'></span></td>
<td>{% trans "Date" %}</td>