mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
Added comment
This commit is contained in:
parent
e8fe34562c
commit
6c48a0be13
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
"""Show this step if the answer to the first question implies it.
|
"""Show this step if the answer to the first question implies it.
|
||||||
|
|
||||||
This shows for answers that aren't "Federal" or "Interstate".
|
This shows for answers that aren't "Federal" or "Interstate".
|
||||||
|
This also doesnt show if user selected "School District" as well (#524)
|
||||||
"""
|
"""
|
||||||
user_choice = self.organization_type
|
user_choice = self.organization_type
|
||||||
excluded = [
|
excluded = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue