We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d1de0 commit 5618359Copy full SHA for 5618359
demo/demo/templates/demo_two.html
@@ -1,5 +1,6 @@
1
{%extends "base.html"%}
2
{%load plotly_dash%}
3
+{%block post_body%}{%plotly_message_pipe%}{%endblock%}
4
{%block title%}More Examples{%endblock%}
5
{%block content%}
6
<div>
demo/demo/templates/index.html
@@ -1,6 +1,5 @@
{%block title%} Index{%endblock%}
-{%load plotly_dash%}
This is the django_plotly_dash demo application.
0 commit comments