Skip to content

Commit

Permalink
small formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Jul 27, 2013
1 parent ba79567 commit d303d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
^^^^^^^^^^^^^^^^^^^^^

::

Expand All @@ -116,7 +116,7 @@ Standard Django Usage


Custom Group Usage
------------------
^^^^^^^^^^^^^^^^^^

::

Expand Down

0 comments on commit d303d41

Please sign in to comment.