mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Fix spelling
This commit is contained in:
parent
138d05b1eb
commit
72c955fa05
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class OrderableFieldsMixin:
|
|||
def get_sortable_creator(self, obj):
|
||||
return obj.creator
|
||||
# Allows column order sorting
|
||||
get_sortable_creator.admin_order_field = ["creator__first_name", "creaotr__last_name"]
|
||||
get_sortable_creator.admin_order_field = ["creator__first_name", "creator__last_name"]
|
||||
# Sets column's header
|
||||
get_sortable_creator.short_description = "creator"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue