diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 23:33:40 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 23:33:40 +0200 |
| commit | 59dae434a4f511bc6f320fa9519dabc176a211b2 (patch) | |
| tree | 1b6fe8373cda213a8ff1c3007a8639300c305de5 /demo/templates | |
| parent | b454a79d106d256f7eea8d0e23567e613928bab5 (diff) | |
stuff looks good
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 |
