Skip to content

Commit 28ce1c4

Browse files
author
Mark Gibbs
committed
Add fifth demo to list
1 parent f0d04a1 commit 28ce1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/demo/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ <h1>Demonstration Application</h1>
1111
<li><a class="btn btn-primary btnspace" href="{%url "demo-two"%}">Demo Two</a> - storage of application initial state within Django</li>
1212
<li><a class="btn btn-primary btnspace" href="{%url "demo-three"%}">Demo Three</a> - adding Django features with enhanced callbacks</li>
1313
<li><a class="btn btn-primary btnspace" href="{%url "demo-four"%}">Demo Four</a> - live updating of apps by pushing from the Django server</li>
14+
<li><a class="btn btn-primary btnspace" href="{%url "demo-five"%}">Demo Five</a> - injection of a Dash application without embedding in an html iframe</li>
1415
</ul>
1516
{%endblock%}

0 commit comments

Comments
 (0)