fix ordering in list, fix navbar in lineup

This commit is contained in:
2021-12-22 19:47:10 -06:00
parent e445768b95
commit f35249e508
4 changed files with 32 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class EventListView(ListView):
class PlayerListView(ListView):
model = Player
template_name = 'benchcoach/list.html'
template_name = 'benchcoach/player-list.html'
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)