diff --git a/rowers/templates/course_form.html b/rowers/templates/course_form.html index 1c679e7d..ff6b8138 100644 --- a/rowers/templates/course_form.html +++ b/rowers/templates/course_form.html @@ -175,7 +175,7 @@ }); $("#id_drop-files").replaceWith( - '
' + '
' ); $.ajax({ data: data, diff --git a/rowers/templates/document_form.html b/rowers/templates/document_form.html index 4bb4154a..38b76235 100644 --- a/rowers/templates/document_form.html +++ b/rowers/templates/document_form.html @@ -223,7 +223,7 @@ $('#id_workouttype').change(); }); $("#id_main").replaceWith( - '
' + '
' ); $.ajax({ data: data, diff --git a/rowers/templates/image_form.html b/rowers/templates/image_form.html index 82e08395..f0dccc5a 100644 --- a/rowers/templates/image_form.html +++ b/rowers/templates/image_form.html @@ -166,7 +166,7 @@ }); $("#id_drop-files").replaceWith( - '
' + '
' ); $.ajax({ data: data,