Django Facebook - Test page
By Thierry Schellenbach
mellowmorning.com, @tschellenbach
{% if request.GET.fb_error_or_cancel %}
Please click allow in the facebook interface, to access Fashiolista
{% endif %}
Couldn't load the static Javascript files, is django static configured correctly?
See the docs here.
{% if messages %}
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endif %}