Skip to content

Commit 5618359

Browse files
author
Mark Gibbs
committed
Refinements to the demo templates
1 parent b9d1de0 commit 5618359

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

demo/demo/templates/demo_two.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{%extends "base.html"%}
22
{%load plotly_dash%}
3+
{%block post_body%}{%plotly_message_pipe%}{%endblock%}
34
{%block title%}More Examples{%endblock%}
45
{%block content%}
56
<div>

demo/demo/templates/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{%extends "base.html"%}
22
{%block title%} Index{%endblock%}
3-
{%load plotly_dash%}
43
{%block content%}
54
<div>
65
This is the django_plotly_dash demo application.

0 commit comments

Comments
 (0)