From 8d421ddce17c619841a328fa85b0bb216df22dc3 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Fri, 27 Feb 2015 01:16:47 +0100 Subject: [PATCH] fixes in the docs --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8822c935..1df537a6 100644 --- a/README.rst +++ b/README.rst @@ -1374,9 +1374,9 @@ It's possible to provide initial data for the form using the GET arguments. In that case, along with the field values, you should be providing an additional argument named "fobi_initial_data", which doesn't have to -hold a value. For example, if your form contains "email" and "age" field names -and you want to provide initial values for those using GET arguments, you -should be constructing your URL to the form in as follows: +hold a value. For example, if your form contains of fields named "email" and +"age" and you want to provide initial values for those using GET arguments, you +should be constructing your URL to the form as follows: http://127.0.0.1:8001/fobi/view/test-form/?fobi_initial_data&email=test@example.com&age=19