diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index f4f5196c..655d7abe 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -649,7 +649,7 @@ if (data.status == "success") { console.log("success"); console.log(data.id) - toastr.info(f'id {data.id}') + toastr.info(`id ${data.id}`) } }) .always(function () {