We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad469cc commit d75b2a7Copy full SHA for d75b2a7
README.rst
@@ -26,7 +26,7 @@ it in a Django template::
26
27
<script id="source" language="javascript" type="text/javascript">
28
$(function () {
29
- $.plot($("#linear-graph"), {{ graph.series_json|safe }}, {{ graph.options_json|safe }});
+ $.plot($("#linear-graph"), {{ graph.series_json }}, {{ graph.options_json }});
30
});
31
</script>
32
0 commit comments