Add PDF member lists
This commit is contained in:
parent
38b32b0623
commit
b81f186866
15 changed files with 427 additions and 166 deletions
|
|
@ -38,6 +38,7 @@ class UserCreateView(CreateView):
|
|||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
context["profile_form"] = self.second_form()
|
||||
del context["profile_form"].fields["section"]
|
||||
|
||||
return context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue