Need Help Form #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want user to have Need Help form available on every page in order to support team be able to assist the user in difficulties.
Advice ready-to-user options.
Implemented in commit
4d4d5b0using Jivosite live chat widget.How it works:
base.html— appears on every page automaticallyJIVOSITE_WIDGET_IDenv var is set (no widget if empty)To activate:
aBcDeFgH).env:Code changes:
web/config.py— addedJIVOSITE_WIDGET_IDsettingweb/templates_env.py— new sharedJinja2Templatesinstance withjivosite_widget_idas a Jinja2 global (available in all templates automatically)web/templates/base.html— widget<script>tag added before Bootstrap JStemplatesfromweb.templates_envinstead of instantiating their own