Exemplo n.º 1
0
 def get_context_data(self, **kwargs):
     context = kwargs
     context.update(EventDetailView.get_context_data(self, **context))
     context['polls'] = context['form'].forms
     return context