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
Copy file name to clipboardexpand all lines: docs/index.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Same applies to IntegerField:
67
67
68
68
69
69
SelectField & SelectMultipleField
70
-
-----------
70
+
---------------------------------
71
71
72
72
WTForms-Components provides enhanced versions of WTForms SelectFields. Both WTForms-Components
73
73
SelectField and SelectMultipleField support the following enhancements:
@@ -211,7 +211,7 @@ In the following example we define a start_time and a start_date field, which do
211
211
Email validator
212
212
---------------
213
213
214
-
Validates an email address. This validator is based on `Django's email validator`_ and is stricter than the standard email validator included in WTForms.
214
+
Validates an email address. This validator is based on Django's email validator and is stricter than the standard email validator included in WTForms.
0 commit comments