Commit 259e6363 authored by PJ Janse van Rensburg's avatar PJ Janse van Rensburg

Fix typo.

parent 2b0c9e45
......@@ -301,7 +301,7 @@ To nest related views within these drop-downs, use the `add_sub_category` method
admin.add_sub_category(name="Links", parent_name="Team")
And to add arbitrary hyperlinks to the menu:
And to add arbitrary hyperlinks to the menu::
admin.add_link(MenuLink(name='Home Page', url='/', category='Links'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment