# HG changeset patch # User Iannis # Date 1394617852 -7200 # Node ID 5cb4da4bed2615c8b403ca92360897f6aec3d3d2 # Parent 156eaee2f5101f00ad0388fdcd5b9d784d08eff0 Small correction. diff -r 156eaee2f510 -r 5cb4da4bed26 docs/data_processing/uploading_measurements.rst --- a/docs/data_processing/uploading_measurements.rst Wed Mar 12 11:44:56 2014 +0200 +++ b/docs/data_processing/uploading_measurements.rst Wed Mar 12 11:50:52 2014 +0200 @@ -73,7 +73,12 @@ Form Validation --------------- -The data you submit in the form are check in two stages. +The aim of form validation is to detect errors in your submitted data as early +as possible. In this way you can save time by correcting errors before the +processing of your data fails. + +The data you provide in the form are check in two stages, before you submit +and after you submit the form. Before you submit the form ~~~~~~~~~~~~~~~~~~~~~~~~~~