Through to the end
This commit is contained in:
@ -176,39 +176,6 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
initial=4326,
|
||||
)
|
||||
|
||||
POSITIVE_CASE_TYPE_HELP = {
|
||||
'CREP': _("We are using the World Wind Energy Association's Community Power definition, \
|
||||
which is that a community project is one where at least \
|
||||
two of the following three criteria are met:<br> \
|
||||
1. Local stakeholders own the majority or all of a project,<br> \
|
||||
2. Voting control rests with the community-based organization,<br> \
|
||||
3. The majority of social and economic benefits are distributed locally."),
|
||||
'EACP': _(""),
|
||||
'PSEP': _(""),
|
||||
'CORS': _("The extraction of non-renewable resources, such as iron, copper, \
|
||||
rare-earth elements or other minerals and metals used in \
|
||||
renewable technologies, directly from the Earth is by definition \
|
||||
an unsustainable practice. Despite this, the extraction of such elements \
|
||||
this way for use in the renewable energy transition is, to an extent, \
|
||||
a necessary evil in the immediate term. Bearing this in mind, \
|
||||
a case involving extraction may be considered 'positive' if it helps \
|
||||
to reduce, overall, the need for more extraction; if it drastically \
|
||||
reduces ecological harms often caused by mining and does not infringe \
|
||||
on areas of high biodiversity; and if it meets outstanding social \
|
||||
and human rights standards that are enjoyed and affirmed by \
|
||||
host communities and other stakeholders. Such social standards include: \
|
||||
ensuring communities, and especially indigenous peoples, \
|
||||
enjoy their right to Free Prior and Informed Consent, \
|
||||
which includes the right to reject projects; abiding by \
|
||||
the UN's guiding principles on Business and Human Rights; \
|
||||
full collaboration with the Extractive Industries Transparency Initiative, \
|
||||
assuring excellence in the transparency of project financing, \
|
||||
tax affairs and other transactions; the highest labour standards; \
|
||||
equitable distribution of any benefits accruing from mining; \
|
||||
respect for the rule of law and the constitutional rights of citizens \
|
||||
in host countries."),
|
||||
}
|
||||
|
||||
SECTOR_HELP = {
|
||||
'RN': _("including electricity, heat or combined heat and power generation"),
|
||||
'PG': '',
|
||||
@ -238,10 +205,7 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
|
||||
self.fields['positive_case_type'] = forms.ChoiceField(
|
||||
widget=forms.RadioSelect(),
|
||||
choices=self.add_explanatory_text(
|
||||
CaseStudy.POSITIVE_CASE_TYPE_CHOICES,
|
||||
self.POSITIVE_CASE_TYPE_HELP,
|
||||
),
|
||||
choices=CaseStudy.POSITIVE_CASE_TYPE_CHOICES,
|
||||
required=False
|
||||
)
|
||||
|
||||
@ -266,6 +230,40 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
self.fields['project_owners'].required = True
|
||||
self.fields['shareholders'].required = True
|
||||
|
||||
|
||||
self.fields['socioeconomic_benefits'].label = \
|
||||
'<span class="organising organising-vs">' + \
|
||||
_('Socio-environmental impacts (negative and potentially positive)') + \
|
||||
'</span>' + \
|
||||
'<span class="organising organising-pro">' + \
|
||||
_('Socio-environmental impacts (positive and potentially negative)') + \
|
||||
'</span>' + \
|
||||
'<span class="organising organising-none organising-idk">' + \
|
||||
_('Socio-environmental impacts (positive and negative)') + \
|
||||
'</span>'
|
||||
|
||||
self.fields['socioeconomic_benefits'].help_text = \
|
||||
'<span class="organising organising-none organising-idk">' + \
|
||||
_('Please expand on your response given in the full description on page one. \
|
||||
We would expect benefits to go beyond emissions savings, paying rent for land, \
|
||||
or complying with environmental or social legislation. Please include other \
|
||||
reasons, noting that we aim to focus on projects with substantive impacts on \
|
||||
vulnerable groups.') + \
|
||||
'</span>' + \
|
||||
'<span class="organising organising-vs">' + \
|
||||
_('Please expand on your response given in the description. Note that we aim to \
|
||||
focus on violation of land rights / human rights / collective rights, substantive \
|
||||
negative impacts on vulnerable groups, aggression / threats / violence, \
|
||||
severe environmental and/or cultural impacts, abusive labor practices, and \
|
||||
corruption / governance issues, but feel free to cover any additional aspect \
|
||||
that you consider relevant. Please also describe and analyze socio-environmental \
|
||||
impacts that could be presented or considered as positive.') + \
|
||||
'</span>' + \
|
||||
'<span class="organising organising-pro">' + \
|
||||
_('Please expand on your response given in the description. Please also describe \
|
||||
and analyze socio-environmental impacts that could be considered as negative.') + \
|
||||
'</span>'
|
||||
|
||||
self.helper.form_action = reverse('long-form')
|
||||
self.helper.layout = Layout(
|
||||
TabHolder(
|
||||
@ -273,14 +271,17 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
'entry_name',
|
||||
'location',
|
||||
'country',
|
||||
'shapefiles',
|
||||
'shapefiles_files',
|
||||
'coordinate_reference_system',
|
||||
'name_of_territory_or_area',
|
||||
'area_of_land',
|
||||
'land_ownership',
|
||||
'land_ownership_details',
|
||||
'location_context',
|
||||
'type_of_ecosystem',
|
||||
'describe_ecosystem',
|
||||
'people_affected_indigenous',
|
||||
'people_affected_other',
|
||||
'affected_communities',
|
||||
'project_status',
|
||||
'synopsis',
|
||||
'full_description',
|
||||
@ -321,7 +322,7 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
'generation_technology_other',
|
||||
'total_generation_capacity',
|
||||
'generation_equipment_supplier',
|
||||
'total_investment',
|
||||
PrependedText('total_investment', 'USD$'),
|
||||
'technical_or_economic_details',
|
||||
css_id="power_generation_questions"
|
||||
),
|
||||
@ -332,7 +333,7 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
'energy_storage_capacity',
|
||||
'energy_transmission_capacity',
|
||||
'contractor_or_supplier_of_technology',
|
||||
'approximate_total_investment',
|
||||
PrependedText('approximate_total_investment', 'USD$'),
|
||||
'additional_technical_details',
|
||||
css_id="power_grids_energy_storage_questions"
|
||||
),
|
||||
@ -366,31 +367,25 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
),
|
||||
Tab(
|
||||
_("Socio-environmental analysis"),
|
||||
HTML("<p>" + _("In the following, we expect the analysis to reflect the perspective of the organization(s) or person(s) describing the case.") + "</p>"),
|
||||
'positive_or_negative',
|
||||
Fieldset(
|
||||
_("Positive Case Questions"),
|
||||
'positive_case_type',
|
||||
'socioeconomic_benefits',
|
||||
'project_status_detail',
|
||||
'obstacles_and_hindrances',
|
||||
'identified_partnerships',
|
||||
css_id="positive_case_questions"
|
||||
),
|
||||
Fieldset(
|
||||
_("Negative Case Questions"),
|
||||
'negative_case_reasons',
|
||||
'negative_case_reasons_other',
|
||||
'negative_socioenvironmental_impacts',
|
||||
'isolated_or_widespread',
|
||||
'when_did_organising_start',
|
||||
'who_has_been_involved',
|
||||
'participation_mechanisms',
|
||||
'potential_partnerships',
|
||||
'wants_conversation_with_ojuso',
|
||||
css_id="negative_case_questions"
|
||||
),
|
||||
HTML("<b>What kind of case is this entry about?</b>"),
|
||||
'positive_case_type',
|
||||
'negative_case_reasons',
|
||||
'negative_case_reasons_other',
|
||||
'socioeconomic_benefits',
|
||||
'isolated_or_widespread',
|
||||
'key_actors_involved',
|
||||
'project_status_detail',
|
||||
'obstacles_and_hindrances',
|
||||
'negative_socioenvironmental_impacts',
|
||||
'when_did_organising_start',
|
||||
'who_has_been_involved',
|
||||
'participation_mechanisms',
|
||||
'identified_partnerships',
|
||||
'potential_partnerships',
|
||||
'wants_conversation_with_ojuso',
|
||||
Div(
|
||||
'key_actors_involved',
|
||||
css_id="common_questions"
|
||||
),
|
||||
FormActions(
|
||||
@ -417,10 +412,6 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
'official_project_documents_files',
|
||||
'other_documents',
|
||||
'other_documents_files',
|
||||
'shapefiles',
|
||||
'shapefiles_files',
|
||||
'coordinate_reference_system',
|
||||
'name_of_territory_or_area',
|
||||
'shown_on_other_platforms',
|
||||
'shown_on_other_platforms_detail',
|
||||
FormActions(
|
||||
|
Reference in New Issue
Block a user