Skip to content

Commit

Permalink
add foi5other to civsoc
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Aug 31, 2021
1 parent 66ab2be commit 425f52a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions explorer/civsoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,16 @@ def callback():
)
)

foi5other_list = df[filter]["CSfoi5other"].dropna().to_list()
st.write("### If you selected ‘other’, please specify `[CSfoi5other]`")
if len(foi5other_list) > 0:
for i in foi5other_list:
if type(i) != float:
st.write("- " + i)
else:
st.write("_no answers given_")


if selected_section == "Public Campaigning":

st.write("## Activity")
Expand Down

0 comments on commit 425f52a

Please sign in to comment.