From be0080a8aff099818b5374f5b397c6fd2662e3ab Mon Sep 17 00:00:00 2001 From: Dave Cranwell Date: Thu, 10 Jul 2014 17:22:07 +0100 Subject: [PATCH] Update private_pages.rst --- docs/private_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private_pages.rst b/docs/private_pages.rst index bfd20ee093..99b3641761 100644 --- a/docs/private_pages.rst +++ b/docs/private_pages.rst @@ -21,7 +21,7 @@ This template will receive the same set of context variables that the blocked pa - **form** - A Django form object for the password prompt; this will contain a field named ``password`` as its only visible field. A number of hidden fields may also be present, so the page must loop over ``form.hidden_fields`` if not using one of Django's rendering helpers such as ``form.as_p``. - **action_url** - The URL that the password form should be submitted to, as a POST request. -A basic template suitable for use as PASSWORD_REQUIRED_TEMPLATE might look like this: +A basic template suitable for use as ``PASSWORD_REQUIRED_TEMPLATE`` might look like this: .. code-block:: django