diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-06 11:52:49 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-06 11:53:35 +0100 |
| commit | f389e2c9603f5ee1d564b6c6fc095cfff75f8b53 (patch) | |
| tree | 1d8e6d835fcd7f164e0f31da34bdb912345b3c24 /docs/topics/forms | |
| parent | 1c1911dcd9480ddc23a64703027cc78b379bc011 (diff) | |
[3.0.x] Added missing backticks in various docs.
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index b6c6df0c16..7210868625 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -355,7 +355,7 @@ from that ``{{ form }}`` by Django's template language. use the ``url``, ``email`` and ``number`` HTML5 input types. By default, browsers may apply their own validation on these fields, which may be stricter than Django's validation. If you would like to disable this - behavior, set the `novalidate` attribute on the ``form`` tag, or specify + behavior, set the ``novalidate`` attribute on the ``form`` tag, or specify a different widget on the field, like :class:`TextInput`. We now have a working web form, described by a Django :class:`Form`, processed |
