Closes #8495: Enable custom field grouping

This commit is contained in:
jeremystretch
2022-04-15 14:45:28 -04:00
parent d4c5873bff
commit 4c32f23d10
13 changed files with 119 additions and 56 deletions

View File

@@ -19,6 +19,10 @@
<th scope="row">Label</th>
<td>{{ object.label|placeholder }}</td>
</tr>
<tr>
<th scope="row">Group Name</th>
<td>{{ object.group_name|placeholder }}</td>
</tr>
<tr>
<th scope="row">Type</th>
<td>{{ object.get_type_display }}</td>