fix doc rendering error in wagtailuserbar code block

pull/2112/merge
Matt Westcott 2016-03-06 21:02:51 +00:00
rodzic cd355b2fb7
commit 49e2de9813
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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