Cleanup the submission form, fix reset button

This commit is contained in:
Michael Ball 2021-03-23 23:06:34 -07:00
parent df0aa087fb
commit e810fd442f
5 changed files with 6 additions and 7 deletions

View file

@ -68,7 +68,7 @@ module EventsHelper
data: {
min_words: type.minimum_abstract_length,
max_words: type.maximum_abstract_length,
help: type.submission_instructions
instructions: type.submission_instructions
}
]
end