Skip to content

Commit 22def99

Browse files
committed
docs: Correct codeblock format.
1 parent b68e061 commit 22def99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/tutor-contrib-ltistore/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ following:
4747
1. Install the `openedx-ltistore` python library in the edx-platform python
4848
environment.
4949

50-
.. code-block::
50+
.. code-block::
5151
5252
pip install openedx-ltistore
5353
5454
2. Add the following settings to your edx-platform LMS/CMS Settings.
5555

56-
.. code-block::
56+
.. code-block::
5757
5858
OPEN_EDX_FILTERS_CONFIG = {
5959
"org.openedx.xblock.lti_consumer.configuration.listed.v1": {
@@ -66,13 +66,13 @@ following:
6666
6767
3. Enable the `lti_consumer.enable_external_config_filter` waffle flag. Run the followi
6868

69-
.. code-block::
69+
.. code-block::
7070
7171
./manage.py lms waffle_flag --create --everyone lti_consumer.enable_external_config_filter
7272
7373
4. Run migrations for the lti_stor app.
7474

75-
.. code-block::
75+
.. code-block::
7676
7777
./manage.py lms migrate lti_store
7878

0 commit comments

Comments
 (0)