Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2022-04-25 12:20:46 -04:00
42 changed files with 221 additions and 45 deletions

View File

@@ -25,7 +25,10 @@
</tr>
<tr>
<th scope="row">Type</th>
<td>{{ object.get_type_display }}</td>
<td>
{{ object.get_type_display }}
{% if object.object_type %}({{ object.object_type.model|bettertitle }}){% endif %}
</td>
</tr>
<tr>
<th scope="row">Description</th>