diff --git a/docs/topics/writing_templates.rst b/docs/topics/writing_templates.rst index 8e16dc820..2abe35e99 100644 --- a/docs/topics/writing_templates.rst +++ b/docs/topics/writing_templates.rst @@ -207,6 +207,7 @@ This tag provides a contextual flyout menu on the top-right of a page for logged By default the User Bar appears in the bottom right of the browser window, inset from the edge. If this conflicts with your design it can be moved by passing a parameter to the template tag. These examples show you how to position the userbar in each corner of the screen: .. code-block:: html+django + ... {% wagtailuserbar 'top-left' %} {% wagtailuserbar 'top-right' %}