summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-05-13 00:09:07 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-13 09:10:39 +0200
commit7fa16e58d08d81bb6765023865847c4a41fad9c0 (patch)
tree5f8980814f2501d3fe39de08acb2a26849973919
parent48ed73fb74213ba9ae2fdcc42d18a5a3e7737fe0 (diff)
[3.0.x] Fixed numbered list in admin overview docs.
Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe from master
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 6a2bfbad3d..ae6949c0e1 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -44,7 +44,7 @@ If you're not using the default project template, here are the requirements:
:class:`django.contrib.messages.middleware.MessageMiddleware` must be
included.
-5. :ref:`Hook the admin's URLs into your URLconf
+#. :ref:`Hook the admin's URLs into your URLconf
<hooking-adminsite-to-urlconf>`.
After you've taken these steps, you'll be able to use the admin site by