Skip to content
Snippets Groups Projects
Commit fd36e0ca authored by Ryan Melvin's avatar Ryan Melvin
Browse files

error message

parent 44b57ad8
No related branches found
No related tags found
1 merge request!2Docker db secrets
......@@ -179,4 +179,5 @@ with st.form(key="query_form"):
st.success("Your idea has been recorded and may be reviewed by the MPOG Steering Committee.")
except Exception as e:
st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee.")
st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee. Give the following message when asking for help from IT or Data Science:")
st.error(e)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment