Skip to content

Commit 04f5c79

Browse files
authored
Merge pull request #31 from bashu/patch-1
let there be colour
2 parents 17005a9 + cecf31d commit 04f5c79

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ to adapt and override them to your project's requirements.
6262

6363
This addon provides a ``default`` template for all instances. You can provide
6464
additional template choices by adding a ``DJANGOCMS_FILE_TEMPLATES``
65-
setting::
65+
setting:
66+
67+
.. code-block:: python
6668
6769
DJANGOCMS_FILE_TEMPLATES = [
6870
('feature', _('Featured Version')),
@@ -77,7 +79,9 @@ copying the ``default`` folder inside that directory and renaming it to
7779
Running Tests
7880
-------------
7981

80-
You can run tests by executing::
82+
You can run tests by executing:
83+
84+
.. code-block:: bash
8185
8286
virtualenv env
8387
source env/bin/activate

0 commit comments

Comments
 (0)