fix doc rendering error in wagtailuserbar code block

This commit is contained in:
Matt Westcott 2016-03-06 21:02:51 +00:00
parent cd355b2fb7
commit 49e2de9813

View file

@ -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' %}