Skip to content

Commit

Permalink
livingalone view was using incorrect meta object
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Apr 17, 2019
1 parent 6b30578 commit fb351a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion civic_sandbox/meta.py
Expand Up @@ -397,7 +397,7 @@
'attributes': {
'primary': {
'field': 'pc_householders_living_alone',
'name': 'Householders Living Alone',
'name': 'Percent of Householders Living Alone',
'visualization': {
'type': 'PercentDonut',
'comparison_value': None,
Expand Down
4 changes: 2 additions & 2 deletions civic_sandbox/views.py
Expand Up @@ -181,8 +181,8 @@
serializer_class=LivingAloneSerializer,
multi_geom_class=MultiPolygon,
geom_field='geom',
attributes =population_meta['attributes'],
dates=population_meta['dates'],
attributes =living_alone_meta['attributes'],
dates=living_alone_meta['dates'],
)

income = sandbox_view_factory(
Expand Down

0 comments on commit fb351a6

Please sign in to comment.