diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 21:52:22 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 21:52:22 +0200 |
| commit | df5544cfe638bc2246f6821e6089dec7c1ad2494 (patch) | |
| tree | 0d5a3403ff1a023820367e741c5d031f98532f58 /demo/templates/main.html | |
| parent | dfe1bbadf614715bab1b28c0e03f05af5a145111 (diff) | |
key propogation almost working
Diffstat (limited to 'demo/templates/main.html')
| -rw-r--r-- | demo/templates/main.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/templates/main.html b/demo/templates/main.html index 36c5da8..23a1ba2 100644 --- a/demo/templates/main.html +++ b/demo/templates/main.html @@ -6,5 +6,8 @@ <body> <h1>django-fb</h1> + + {% include 'fb_js.html' %} + </body> </html>
\ No newline at end of file |
