diff --git a/apps/participation/tables.py b/apps/participation/tables.py index 7dea78d..af0915a 100644 --- a/apps/participation/tables.py +++ b/apps/participation/tables.py @@ -74,6 +74,7 @@ class TournamentTable(tables.Table): } model = Tournament fields = ('name', 'date',) + order_by = ('name', ) template_name = 'django_tables2/bootstrap4.html'