#12795: Complete support for description field on custom Group model

This commit is contained in:
Jeremy Stretch
2024-04-02 14:44:26 -04:00
parent 7fe2e4849d
commit fb129579c1
10 changed files with 46 additions and 12 deletions

View File

@@ -17,6 +17,10 @@
<th scope="row">{% trans "Name" %}</th>
<td>{{ object.name }}</td>
</tr>
<tr>
<th scope="row">{% trans "Description" %}</th>
<td>{{ object.description|placeholder }}</td>
</tr>
</table>
</div>
</div>