Replace model_name and model_name_verbose filters with meta

This commit is contained in:
Jeremy Stretch
2020-03-09 10:50:46 -04:00
parent 16d3cebf3e
commit 15ab30d0c6
6 changed files with 9 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
<tr>
<td>Type</td>
<td>
{{ termination|model_name|capfirst }}
{{ termination|meta:"verbose_name"|capfirst }}
</td>
</tr>
<tr>