Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed May 24, 2024
1 parent 293c47e commit 8983dc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seshat/apps/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2983,8 +2983,7 @@ def common_map_view_content(content):
content['shapes'], content['variables'] = assign_categorical_variables_to_shapes(content['shapes'], content['variables'])

# Load the capital cities for polities that have them
caps = get_all_polity_capitals()
content['all_capitals_info'] = caps
content['all_capitals_info'] = get_all_polity_capitals()

# Add categorical variable choices to content for dropdown selection
content['categorical_variables'] = categorical_variables
Expand Down

0 comments on commit 8983dc7

Please sign in to comment.