Order tournaments by name
This commit is contained in:
parent
f36c36b96e
commit
a9f3cb7d3a
|
@ -74,6 +74,7 @@ class TournamentTable(tables.Table):
|
|||
}
|
||||
model = Tournament
|
||||
fields = ('name', 'date',)
|
||||
order_by = ('name', )
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue