From 2992696f78cbfa10bfd10afb204871906dae7cbf Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 21 Nov 2021 20:43:09 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {