From 7fa16e58d08d81bb6765023865847c4a41fad9c0 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 13 May 2020 00:09:07 -0700 Subject: [PATCH] [3.0.x] Fixed numbered list in admin overview docs. Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe from master --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. After you've taken these steps, you'll be able to use the admin site by