~panosl/+junk/facebook_comments

« back to all changes in this revision

Viewing changes to facebook_comments/templates/moderation.html

  • Committer: Panos Laganakos
  • Date: 2012-02-14 00:00:26 UTC
  • Revision ID: panos.laganakos@gmail.com-20120214000026-7hqt0ckal56g59ok
set the app id in settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% ifequal kind 'app' %}
2
 
<meta property="fb:app_id" content="{{ APPLICATION_ID }}"/>
3
 
{% endifequal %}
4
 
{% ifequal kind 'admins' %}
5
 
<meta property="fb:admins" content="{{ USER_ID }}"/>
6
 
{% endifequal %}