Skip to content

Commit bd2a62d

Browse files
author
Dylan Verheul
committed
Merge pull request zostera#80 from Borkason/patch-2
Add syntax highlighting
2 parents 0f828ee + bd822fb commit bd2a62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templatetags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Template tags and Usage
1111

1212
2. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` tags:
1313

14-
::
14+
.. code:: django
1515
1616
{% load bootstrap3 %}
1717
@@ -43,7 +43,7 @@ Template tags and Usage
4343
template tag library, placing the code below in the beginning that each template that ``bootstrap3``
4444
template tag library will be used:
4545

46-
::
46+
.. code:: django
4747
4848
{% load bootstrap3 %}
4949

0 commit comments

Comments
 (0)