Make power grid / energy storage Qs optional

approximate_total_investment & contractor_or_supplier_of_technology
should both be optional for non-"power grid / energy storage" types
This commit is contained in:
Carl van Tonder
2018-04-04 18:15:51 -04:00
parent 490e6706d9
commit 316f2cb78a
3 changed files with 100 additions and 2 deletions

View File

@ -68,6 +68,7 @@ class ShortCaseStudyForm(BaseCaseStudyForm):
'community_voices'
]
class LongCaseStudyForm(BaseCaseStudyForm):
"""Long version of the CaseStudy form."""