From fe11d30b1a8c27ff01dcef86376df370da47e93f Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 6 Nov 2017 23:32:27 +0100 Subject: [PATCH] small cosmetic change --- rowers/templates/document_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/templates/document_form.html b/rowers/templates/document_form.html index 7e90fccc..6e6de784 100644 --- a/rowers/templates/document_form.html +++ b/rowers/templates/document_form.html @@ -159,7 +159,7 @@ processData: false, error: function(result) { $("#id_waiting").replaceWith( - '
Your upload failed
' + '
Your upload failed
' ); setTimeout(function() { location.reload();