From b83f1b5c1a9d40d512c8e9155d526ac84417753f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 26 Nov 2013 14:16:47 -0300 Subject: [PATCH] doc typo --- docs/services/uservoice.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/uservoice.rst b/docs/services/uservoice.rst index da69149..c0133ef 100644 --- a/docs/services/uservoice.rst +++ b/docs/services/uservoice.rst @@ -139,11 +139,11 @@ Instead of showing the default feedback icon or tab, you can make the UserVoice widget launch when a visitor clicks a link or when some other event occurs. As the `documentation describe `_, simply add the ``data-uv-trigger`` HTML attribute to the element. For example:: - Contact us + Contact us In order to hidden the default trigger, you should disable it putting -``uservoice_add_trigger`` to ``False``. +``uservoice_add_trigger`` to ``False``:: context = RequestContext({'uservoice_add_trigger': False}) return your_template_with_custom_uservoice_link.render(context)