From 49e2de98139bfa344da3b8706a9bcc4c859478f0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Sun, 6 Mar 2016 21:02:51 +0000 Subject: [PATCH] fix doc rendering error in wagtailuserbar code block --- docs/topics/writing_templates.rst | 1 + 1 file changed, 1 insertion(+) 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' %}