Skip to content

Commit 55679b0

Browse files
KhadijaMahangaDavidLemayian
authored andcommitted
add zimbabwe to country select options (#101)
1 parent 1a14c06 commit 55679b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hurumap_global/templates/homepage.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ <h4>{{ HURUMAP.name }} helps storytellers and campaigners use data to add contex
3232
<option value="tanzania.hurumap.org">Tanzania</option>
3333
<option value="uganda.hurumap.org">Uganda</option>
3434
<option value="zambia.hurumap.org">Zambia</option>
35+
<option value="zimbabwe.hurumap.org">Zimbabwe</option>
3536
</select>
3637
</p>
3738
<p>
@@ -108,7 +109,11 @@ <h1 class="text-center">About {{ HURUMAP.name }}</h1>
108109
},{
109110
name: 'Zambia',
110111
url: 'http://zambia.hurumap.org'
112+
},{
113+
name: 'Zimbabwe',
114+
url: 'https://zimbabwe.hurumap.org'
111115
}
116+
112117
];
113118

114119
// If not really there
@@ -137,4 +142,3 @@ <h1 class="text-center">About {{ HURUMAP.name }}</h1>
137142

138143
</script>
139144
{% endblock %}
140-

0 commit comments

Comments
 (0)