19623 show description on provider account detail view

This commit is contained in:
Arthur 2025-06-02 08:38:08 -07:00
parent b62f2347c5
commit 073d945640

View File

@ -28,7 +28,11 @@
<th scope="row">{% trans "Name" %}</th>
<td>{{ object.name|placeholder }}</td>
</tr>
</table>
<tr>
<th scope="row">{% trans "Description" %}</th>
<td>{{ object.description|placeholder }}</td>
</tr>
</table>
</div>
{% include 'inc/panels/tags.html' %}
{% plugin_left_page object %}