Skip to content

Commit d303d41

Browse files
committed
small formatting fix.
1 parent ba79567 commit d303d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/access.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ The group required view mixin ensures that the requesting user is in the group o
9999

100100
.. note::
101101
The mixin assumes you're using Django's default Group model and that your user model provides ``groups`` as a ManyToMany relationship.
102-
If this **is not** the case, you'll need to override `check_membership` in the mixin to handle your custom set up.
102+
If this **is not** the case, you'll need to override ``check_membership`` in the mixin to handle your custom set up.
103103

104104
Standard Django Usage
105-
---------------------
105+
^^^^^^^^^^^^^^^^^^^^^
106106

107107
::
108108

@@ -116,7 +116,7 @@ Standard Django Usage
116116

117117

118118
Custom Group Usage
119-
------------------
119+
^^^^^^^^^^^^^^^^^^
120120

121121
::
122122

0 commit comments

Comments
 (0)