e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Evaluation person management: Prevent form submission when pressing enter #2133

Closed richardebeling closed 7 months ago

richardebeling commented 7 months ago

Fixes #2101 by adding a disabled button that would be chosen as the default button by the browser, but can not be submitted. See https://stackoverflow.com/a/51507806/12345551 for a more detailed explanation.