1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00
This commit is contained in:
Yohann D'ANELLO
2020-03-27 00:40:35 +01:00
parent 841d56d5b3
commit 213e5a8369
4 changed files with 16 additions and 18 deletions

View File

@ -336,7 +336,7 @@ class ClubCreateView(LoginRequiredMixin, CreateView):
def form_valid(self, form):
return super().form_valid(form)
class ClubListView(LoginRequiredMixin, SingleTableView):
"""