From 9b3e08e69a9fc6089ade2f47035fdb0799872e1a Mon Sep 17 00:00:00 2001 From: Mikael Salson Date: Thu, 22 Sep 2016 09:23:12 +0200 Subject: [PATCH] file/edit.html: Do not display sampling date when None Otherwise the displayed date is ``None'' and when the user validates the form she has an error message stating that the date is under the wrong format. --- server/web2py/applications/vidjil/views/file/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/web2py/applications/vidjil/views/file/edit.html b/server/web2py/applications/vidjil/views/file/edit.html index e99efb788..06e5a8b00 100644 --- a/server/web2py/applications/vidjil/views/file/edit.html +++ b/server/web2py/applications/vidjil/views/file/edit.html @@ -64,7 +64,7 @@ info = db.sequence_file[request.vars["id"]] sample information - + (format: yyyy-mm-dd) -- GitLab