diff options
Diffstat (limited to 'demo/templates')
| -rw-r--r-- | demo/templates/main.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demo/templates/main.html b/demo/templates/main.html index 23a1ba2..dc255f4 100644 --- a/demo/templates/main.html +++ b/demo/templates/main.html @@ -5,9 +5,13 @@ </head> <body> + {% include 'fb_js.html' %} + <h1>django-fb</h1> - {% include 'fb_js.html' %} + <p>This is just a login demo application.</p> + + {% include 'fb_login.html' %} </body> </html>
\ No newline at end of file |
