Fix CI
This commit is contained in:
parent
841d56d5b3
commit
213e5a8369
4 changed files with 16 additions and 18 deletions
|
|
@ -336,7 +336,7 @@ class ClubCreateView(LoginRequiredMixin, CreateView):
|
|||
|
||||
def form_valid(self, form):
|
||||
return super().form_valid(form)
|
||||
|
||||
|
||||
|
||||
class ClubListView(LoginRequiredMixin, SingleTableView):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue