Author: jtauber
Date: Mon Oct 13 04:24:25 2008
New Revision: 1037
Modified:
trunk/projects/complete_project/templates/zwitschern/friends_tweets.html
Log:
fixed bug where friends' tweets failed when there were no tweets
Modified:
trunk/projects/complete_project/templates/zwitschern/friends_tweets.html
==============================================================================
---
trunk/projects/complete_project/templates/zwitschern/friends_tweets.html
(original)
+++
trunk/projects/complete_project/templates/zwitschern/friends_tweets.html
Mon Oct 13 04:24:25 2008
@@ -11,9 +11,10 @@
<p>{% trans "These are tweets from your friends:" %}</p>
- {% autopaginate object_list %}
-
{% if object_list %}
+
+ {% autopaginate object_list %}
+
{% for tweet in object_list %}
<div class="tweet" id="t{{ tweet.id }}">
<a name="tweet-{{ tweet.id }}"></a>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---