mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
fix doc rendering error in wagtailuserbar code block
This commit is contained in:
parent
cd355b2fb7
commit
49e2de9813
1 changed files with 1 additions and 0 deletions
|
|
@ -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' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue