Ability to disable cache storage
This commit is contained in:
parent
c64347def7
commit
3fd99ebac7
3 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue