Cleanup the submission form, fix reset button
This commit is contained in:
parent
df0aa087fb
commit
e810fd442f
5 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue