From f0e1f67afccc36335263b6a388cf9307fc2e6b29 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 17 Oct 2018 07:51:49 +0200 Subject: [PATCH] smaller upload timers --- rowers/templates/course_form.html | 2 +- rowers/templates/document_form.html | 2 +- rowers/templates/image_form.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,