diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html
index 7acd55d1..593b5077 100755
--- a/rapids/templates/rapids/rapid_form.html
+++ b/rapids/templates/rapids/rapid_form.html
@@ -442,7 +442,7 @@
base = await blobToBase64(el.files[0]);
imageId = "base64://" + base.split(",")[1];
imageId2 = base;
- const element = $(`
`).get(0)
+ const element = $(`
`).get(0)
$(el).parent().parent().prepend(element);