Merge branch 'mailing' into 'master'

Enhance mailing list edition for clubs with brand new form

See merge request ae/Sith!200
This commit is contained in:
2019-05-20 17:39:43 +02:00
9 changed files with 983 additions and 430 deletions

View File

@ -296,11 +296,6 @@ class DetailFormView(SingleObjectMixin, FormView):
"""
return super(DetailFormView, self).get_object()
def get_context_data(self, *args, **kwargs):
kwargs = super(DetailFormView, self).get_context_data()
kwargs["object"] = self.get_object()
return kwargs
from .user import *
from .page import *