mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Implement dynamic questions with formsets
This commit is contained in:
parent
c0c726e5fa
commit
f54276d82b
10 changed files with 249 additions and 105 deletions
|
@ -6,7 +6,7 @@ from .utility.address_model import AddressModel
|
|||
from .contact import Contact
|
||||
|
||||
|
||||
class UserProfile(TimeStampedModel, Contact, AddressModel):
|
||||
class UserProfile(Contact, TimeStampedModel, AddressModel):
|
||||
|
||||
"""User information, unrelated to their login/auth details."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue