Add non-indigenous people list, as per client request
This commit is contained in:
@ -165,8 +165,13 @@ dd ul { padding-left: 0; margin-left: 0; }
|
||||
</dl>
|
||||
|
||||
{% if case_study.affects_indigenous %}
|
||||
<h2>{% trans "Affected groups of indigenous people" %}</h2>
|
||||
{{ case_study.affects_indigenous_detail | linebreaks }}
|
||||
<h2>{% trans "Affected groups of people" %}</h2>
|
||||
|
||||
<h3>{% trans "Indigenous people" %}</h3>
|
||||
{{ case_study.people_affected_indigenous | linebreaks }}
|
||||
|
||||
<h3>{% trans "Non-indigenous people" %}</h3>
|
||||
{{ case_study.people_affected_other | linebreaks }}
|
||||
{% endif %}
|
||||
|
||||
<h2>Project status</h2>
|
||||
|
Reference in New Issue
Block a user