You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,6 +92,11 @@ By default the class name is translated to a human readable form (``MyGreatForm`
92
92
floating_labels = True # switch on floating labels
93
93
field_sep = "mp-3" # separator used between fields (depends on css framework)
94
94
95
+
The verbose name will be shown in a Select field of the Form plugin.
96
+
97
+
Upon form submission a ``save()`` method of the form (if it has one). After executing the ``save()`` method the user is redirected to the url given in the ``redirect`` attribute.
0 commit comments