From 30ca66eadd1135d220ae1f0570bb0244c26b9d29 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 6 Mar 2020 11:52:49 +0100 Subject: Added missing backticks in various docs. --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') 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 -- cgit v1.3