Skip to content
Snippets Groups Projects

Turbolinks

Merged ynerant requested to merge turbolinks into master
3 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
0
@@ -249,6 +249,9 @@ class ClubAddMemberView(LoginRequiredMixin, CreateView):
context = super().get_context_data(**kwargs)
context['formset'] = MemberFormSet()
context['helper'] = FormSetHelper()
context['no_cache'] = True
return context
def post(self, request, *args, **kwargs):
Loading