From 22def99e962ed644ecd046f7783a957251bd2926 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 29 Sep 2025 12:21:18 -0400 Subject: [PATCH] docs: Correct codeblock format. --- plugins/tutor-contrib-ltistore/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/tutor-contrib-ltistore/README.rst b/plugins/tutor-contrib-ltistore/README.rst index 04297da..8896f4a 100644 --- a/plugins/tutor-contrib-ltistore/README.rst +++ b/plugins/tutor-contrib-ltistore/README.rst @@ -47,13 +47,13 @@ following: 1. Install the `openedx-ltistore` python library in the edx-platform python environment. - .. code-block:: +.. code-block:: pip install openedx-ltistore 2. Add the following settings to your edx-platform LMS/CMS Settings. - .. code-block:: +.. code-block:: OPEN_EDX_FILTERS_CONFIG = { "org.openedx.xblock.lti_consumer.configuration.listed.v1": { @@ -66,13 +66,13 @@ following: 3. Enable the `lti_consumer.enable_external_config_filter` waffle flag. Run the followi - .. code-block:: +.. code-block:: ./manage.py lms waffle_flag --create --everyone lti_consumer.enable_external_config_filter 4. Run migrations for the lti_stor app. - .. code-block:: +.. code-block:: ./manage.py lms migrate lti_store