From 3a82427b6a3783bc5d586385489875354af29f8d Mon Sep 17 00:00:00 2001 From: Micheal Cottingham Date: Sun, 31 Jul 2016 16:30:59 -0700 Subject: [PATCH] Remove complex speech pattern It isn't "wrong" but it complicates the sentence for the reader who is trying to learn about this topic. --- form/form_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 942dce52f09..8ba09456094 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -607,7 +607,7 @@ Template Modifications The ``allow_delete`` option has one consequence: if an item of a collection isn't sent on submission, the related data is removed from the collection -on the server. The solution is thus to remove the form element from the DOM. +on the server. The solution is to remove the form element from the DOM. First, add a "delete this tag" link to each tag form: