From 86bba3e9126630972ab164311e6f1550933aae66 Mon Sep 17 00:00:00 2001 From: Jan Malte Gerth Date: Wed, 19 Jul 2023 08:23:29 +0200 Subject: [PATCH] docs: fix syntax for trigger activity example in FAQs --- docs/source/faq.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 81860aa..34e2961 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -1,10 +1,9 @@ How to trigger activity programaticaly in JS ? ---------------------------------------------- -Call `sessionSecurity.activity() -` -every time you want to programaticaly trigger an activity. +Call ``sessionSecurity.activity()`` [#script]_ every time you want to programaticaly trigger an activity. +.. [#script] http://django-session-security.readthedocs.org/en/master/_static/script.html#section-11 How to disable the "Are you sure you want to leave this page?" warning ? ------------------------------------------------------------------------