Skip to content

Commit 31d5efb

Browse files
author
webersa
committed
fix typo
1 parent db39fa7 commit 31d5efb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/template_tags.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ This tag should not appear more than once on a page. This rule however is not en
7474
The ``plotly_header`` and ``plotly_footer`` template tag
7575
--------------------------------------------------------
7676

77-
``DjangoDash`` allows you to inject directly the html generate by ``Dash`` in
78-
the DOM of the page (without iframe). To include your app CSS and JS, use the
79-
``plotly_header`` and ``plotly_footer`` tag in your template, as folllows:
77+
``DjangoDash`` allows you to inject directly the html generated by ``Dash`` in
78+
the DOM of the page (without iframe). To include your app CSS and JS, you have
79+
to include 2 tags in your template ``plotly_header`` and ``plotly_footer``, as
80+
folllows:
8081

8182
.. code-block:: jinja
8283
@@ -88,7 +89,6 @@ the DOM of the page (without iframe). To include your app CSS and JS, use the
8889
{% load plotly_dash%}
8990
...
9091
{% plotly_header %}
91-
9292
...
9393
</head>
9494
<body>
@@ -98,7 +98,7 @@ the DOM of the page (without iframe). To include your app CSS and JS, use the
9898
</body>
9999
...
100100
{% plotly_footer %}
101-
</html>
101+
</html>
102102
103103
This part in mandatory if you want to use ``plotly_direct`` tag.
104104

0 commit comments

Comments
 (0)