diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index aeb63034..84480823 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -210,6 +210,13 @@ } } + + + if (!$("#id_examination_to option").length) { + alert("Please add examination type") + evt.preventDefault(); + } + })