Skip to content

Commit 391f99b

Browse files
committed
Remove trailing whitespace
1 parent 522e74c commit 391f99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forms.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -996,8 +996,8 @@ The extra fields can be injected like this:
996996

997997
Here, the referral code is an extra field injected at view level.
998998

999-
The field name is composed of form ``user_create`` and the field name ``referralCode``.
1000-
It's automatically generated from the form class name. You can :ref:`override it <changing-the-form-name>`
999+
The field name is composed of form ``user_create`` and the field name ``referralCode``.
1000+
It's automatically generated from the form class name. You can :ref:`override it <changing-the-form-name>`
10011001

10021002
You can get the referral code via ``getExtraData``::
10031003

0 commit comments

Comments
 (0)