Main changes in this PR are that I added overflow: scroll to modal scss.
Also:
removed bootstrap stuff
formatted form errors
made member_complete_invalid_token.html template part of moda_base
resolved error by adding 'exp': form_data['expiration_date'] in the data of the verify identity portion of the form. VMI was looking for 'exp' not 'expiration_date' here.
Main changes in this PR are that I added
overflow: scroll
to modal scss.Also:
member_complete_invalid_token.html
template part of moda_base'exp': form_data['expiration_date']
in the data of the verify identity portion of the form. VMI was looking for 'exp' not 'expiration_date' here.