Skip to content

Commit 4e863fb

Browse files
author
Mark Gibbs
committed
Minor doc tweaks
1 parent de0840b commit 4e863fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ templates:
115115
```
116116

117117
The registration code needs to be in a location
118-
that will be imported into the Django process before any template tag attempts to use it. The example Django application
118+
that will be imported into the Django process before any model or template tag attempts to use it. The example Django application
119119
in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
120120

docs/simple_use.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ templates:::
5555
{%plotly_item "SimpleExample"%}
5656

5757
The registration code needs to be in a location
58-
that will be imported into the Django process before any template tag attempts to use it. The example Django application
58+
that will be imported into the Django process before any model or
59+
template tag attempts to use it. The example Django application
5960
in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
6061

0 commit comments

Comments
 (0)