From d303d41506b59ac403ce3fb253448545d0ab4ebf Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Sat, 27 Jul 2013 13:15:01 -0700 Subject: [PATCH] small formatting fix. --- docs/access.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/access.rst b/docs/access.rst index 258bfc86..f3d0d670 100644 --- a/docs/access.rst +++ b/docs/access.rst @@ -99,10 +99,10 @@ The group required view mixin ensures that the requesting user is in the group o .. note:: The mixin assumes you're using Django's default Group model and that your user model provides ``groups`` as a ManyToMany relationship. - If this **is not** the case, you'll need to override `check_membership` in the mixin to handle your custom set up. + If this **is not** the case, you'll need to override ``check_membership`` in the mixin to handle your custom set up. Standard Django Usage ---------------------- +^^^^^^^^^^^^^^^^^^^^^ :: @@ -116,7 +116,7 @@ Standard Django Usage Custom Group Usage ------------------- +^^^^^^^^^^^^^^^^^^ ::