From d24579d8b044590434f9cae5a033f349b81387b1 Mon Sep 17 00:00:00 2001 From: srich387 <64944171+srich387@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:29:00 +1100 Subject: [PATCH] Fix heading capitalisation in dynamic_form_modification.rst --- form/dynamic_form_modification.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form/dynamic_form_modification.rst b/form/dynamic_form_modification.rst index 8ad446915c4..48dc03f0797 100644 --- a/form/dynamic_form_modification.rst +++ b/form/dynamic_form_modification.rst @@ -9,7 +9,7 @@ how to customize your form based on three common use-cases: Example: you have a "Product" form and need to modify/add/remove a field based on the data on the underlying Product being edited. -2) :ref:`How to dynamically Generate Forms Based on user Data ` +2) :ref:`How to Dynamically Generate Forms Based on User Data ` Example: you create a "Friend Message" form and need to build a drop-down that contains only users that are friends with the *current* authenticated @@ -188,7 +188,7 @@ Great! Now use that in your form class:: .. _form-events-user-data: -How to dynamically Generate Forms Based on user Data +How to Dynamically Generate Forms Based on User Data ---------------------------------------------------- Sometimes you want a form to be generated dynamically based not only on data