Correction de typo suite à problème de lancement
This commit is contained in:
parent
20a6d25a8b
commit
c74413e3b4
@ -37,7 +37,7 @@ class Figurine(Item):
|
||||
help_text=_('You need this figurine.'))
|
||||
|
||||
class Meta:
|
||||
ordering: ('name')
|
||||
ordering = ('name',)
|
||||
|
||||
|
||||
# Redefine help_text (for documentation, API, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user