You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/newsfeed/templates/base.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
{% block head %}{% endblock %}
8
8
</head>
9
9
<body>
10
-
<divid="promo">This application is a demo of the <ahref="http://developers.facebook.com/docs/api">Facebook Graph API</a>, the core part of the <ahref="http://developers.facebook.com/">Facebook Platform</a>. <ahref="http://github.com/facebook/python-sdk/blob/master/examples/client/facebookclient.py">See source code »</a></div>
10
+
<divid="promo">This application is a demo of the <ahref="http://developers.facebook.com/docs/api">Facebook Graph API</a>, the core part of the <ahref="http://developers.facebook.com/">Facebook Platform</a>. <ahref="http://github.com/facebook/python-sdk/blob/master/examples/newsfeed/facebookclient.py">See source code »</a></div>
11
11
<divid="body">{% block body %}{% endblock %}</div>
0 commit comments