Skip to content

Commit 9e0bb61

Browse files
Adi Eyalmilafrerichs
authored andcommitted
added missing url from api json
1 parent 59dd79c commit 9e0bb61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wazimap_ng/profile/serializers/indicator_data_serializer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def IndicatorDataSerializer(profile, geography):
180180
"metadata": {
181181
"source": x["metadata_source"],
182182
"description": x["metadata_description"],
183+
"url": x["metadata_url"],
183184
"licence": {
184185
"name": x["licence_name"],
185186
"url": x["licence_url"]
@@ -201,6 +202,7 @@ def IndicatorDataSerializer(profile, geography):
201202
"metadata": {
202203
"source": x["metadata_source"],
203204
"description": x["metadata_description"],
205+
"url": x["metadata_url"],
204206
"licence": {
205207
"name": x["licence_name"],
206208
"url": x["licence_url"]

0 commit comments

Comments
 (0)