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)