Add non-indigenous people list, as per client request

This commit is contained in:
2018-03-31 22:38:06 +11:00
parent 9ab6366d37
commit e4f4a5e73b
4 changed files with 54 additions and 18 deletions

View File

@ -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>