Text changes as per Tom's email
This commit is contained in:
parent
237ed5f164
commit
399d815604
@ -291,7 +291,7 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
'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 '
|
||||
' 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'
|
||||
@ -432,8 +432,8 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
format_lazy(
|
||||
"<p>{text}</p>",
|
||||
text=_(
|
||||
"In the following, we expect the analysis to reflect "
|
||||
" the perspective of the organization(s) or person(s) "
|
||||
"In the following, we expect the analysis to reflect"
|
||||
" the perspective of the organization(s) or person(s)"
|
||||
" describing the case.")
|
||||
)
|
||||
),
|
||||
|
@ -258,7 +258,7 @@ class CaseStudy(models.Model):
|
||||
('WIND', _('Wind power')),
|
||||
('HYDRO', _('Hydropower')),
|
||||
('GEO', _('Geothermal')),
|
||||
('TRANSMIT', _('Electrical power transmission infrastructure')),
|
||||
('TRANSMIT', _('Electrical power transmission/distribution infrastructure')),
|
||||
('STORE', _('Energy storage')),
|
||||
('HEAT', _('Heat networks')),
|
||||
('OTHER', _('Other')),
|
||||
@ -289,8 +289,8 @@ class CaseStudy(models.Model):
|
||||
'Violation of fundamental human rights, indigenous rights and/or other'
|
||||
' collective rights')),
|
||||
('EIMP', _(
|
||||
'Environmental impacts (severe impacts on ecosystems / violation of laws'
|
||||
' plans or programs of environmental conservation, etc.')),
|
||||
'Environmental impacts (severe impacts on ecosystems / violation of laws,'
|
||||
' plans or programs of environmental conservation, etc.)')),
|
||||
('NCUL', _(
|
||||
'Negative cultural impacts (erosion/destruction of bio-cultural heritage,'
|
||||
' impacts on sacred land, etc.)')),
|
||||
@ -872,7 +872,7 @@ class CaseStudy(models.Model):
|
||||
)
|
||||
|
||||
manufacturing_ownership = models.TextField(
|
||||
verbose_name=_("Describe the ownership structure of the project and its relation with the local community"),
|
||||
verbose_name=_("Describe the ownership structure of the project and its relation with the local community."),
|
||||
blank=True
|
||||
)
|
||||
|
||||
|
@ -250,7 +250,7 @@ dd ul { padding-left: 0; margin-left: 0; }
|
||||
|
||||
<dl>
|
||||
{% if case_study.generation_type %}
|
||||
<dt>{% trans "What is being generated?" %}:
|
||||
<dt>{% trans "What kind of energy is generated?" %}:
|
||||
<dd id="generation_type">
|
||||
{{ case_study.get_generation_type_detail }}
|
||||
{% endif %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}
|
||||
{% trans 'Oops' %}
|
||||
{% trans 'Oops!' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block description %}
|
||||
|
Loading…
Reference in New Issue
Block a user