mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-21 08:30:29 +00:00
small correction on model naming
This commit is contained in:
parent
a3eea0aaf9
commit
0236a5cc07
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{{ object_list|length }} {{ model }}{{ object_list|pluralize }}
|
||||
{{ object_list|length }} {{ model|model_verbose_name }}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue