Through row 140

This commit is contained in:
2018-11-24 21:09:35 +00:00
parent 2fb4f8771c
commit d87604c6bd
3 changed files with 126 additions and 56 deletions

View File

@ -211,8 +211,9 @@ class LongCaseStudyForm(BaseCaseStudyForm):
SECTOR_HELP = {
'RN': _("including electricity, heat or combined heat and power generation"),
'PG': "",
'SM': _("including supply of minerals and/or manufacturing/processing of equipment used in the renewable energy economy")
'PG': '',
'SM': _("including supply of minerals"),
'MA': '',
}
POWER_TECHNOLOGY_HELP = {
@ -330,8 +331,6 @@ class LongCaseStudyForm(BaseCaseStudyForm):
'power_technology_other',
'energy_storage_capacity',
'energy_transmission_capacity',
'maximum_power_output',
'discharge_time',
'contractor_or_supplier_of_technology',
'approximate_total_investment',
'additional_technical_details',
@ -350,6 +349,16 @@ class LongCaseStudyForm(BaseCaseStudyForm):
'associated_infrastructure',
css_id="mineral_commodity_questions"
),
Fieldset(
'',
'manufacturing_type',
'manufacturing_description',
'manufacturing_related_tech',
'manufacturing_factors',
'manufacturing_factors_description',
'manufacturing_ownership',
css_id="manufacturing_questions"
),
FormActions(
HTML("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"),
HTML("<a class='btn btn-primary btnNext pull-right'>"+_("Next")+"</a>")