Skip to content
Snippets Groups Projects
Commit 6e02011b authored by cubicroot's avatar cubicroot
Browse files

fix rebase artifact

parent 33b2588e
No related branches found
No related tags found
1 merge request!1212import of assemblies
...@@ -80,7 +80,6 @@ class AssemblyCreateView(ConferenceLoginRequiredMixin, CreateView): ...@@ -80,7 +80,6 @@ class AssemblyCreateView(ConferenceLoginRequiredMixin, CreateView):
return { return {
**super().get_context_data(*args, **kwargs), **super().get_context_data(*args, **kwargs),
'registration_closed': not self.conference.is_open and not self.is_assembly_team, 'registration_closed': not self.conference.is_open and not self.is_assembly_team,
'registration_closed': self.require_conference_open and not self.conference.is_open and not self.is_assembly_team,
'form_import': AssemblyImportForm(), 'form_import': AssemblyImportForm(),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment