From: Ben Darnell Date: Mon, 25 Apr 2011 06:15:08 +0000 (-0700) Subject: Check to see if actions field is present in facebook demo X-Git-Tag: v2.0.0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd94d92b9b9b654968582fcb7cc57aae7fb13c07;p=thirdparty%2Ftornado.git Check to see if actions field is present in facebook demo Closes #251. --- diff --git a/demos/facebook/templates/modules/post.html b/demos/facebook/templates/modules/post.html index 1738805a7..77009c52d 100644 --- a/demos/facebook/templates/modules/post.html +++ b/demos/facebook/templates/modules/post.html @@ -9,7 +9,9 @@ {{ escape(post["message"]) }} {% end %}
- + {% if "actions" in post %} + + {% end %}