summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-05-13 00:09:07 -0700
committerGitHub <noreply@github.com>2020-05-13 09:09:07 +0200
commit05ed7104c0bc069352b2cee85ab918e48ee73cbe (patch)
tree72008c744ca28d03348fa82250db79a9ea872271 /docs/ref
parentf2187a227f7a3c80282658e699ae9b04023724e5 (diff)
Fixed numbered list in admin overview docs.
Diffstat (limited to 'docs/ref')
-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 1dd7812c41..420dac182b 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