1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Added missing backticks in various docs.

This commit is contained in:
Mariusz Felisiak
2020-03-06 11:52:49 +01:00
committed by GitHub
parent 08a6215d33
commit 30ca66eadd
6 changed files with 7 additions and 7 deletions

View File

@@ -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