Example #1
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
Example #2
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
Example #3
0
 def get_community_writs(self):
     if not self.community_writs:
         self.community_writs = WritsSurface.coolest(limit=10)
     return WritListWidgetHTML.community_writs(self.community_writs)
Example #4
0
 def get_community_writs(self):
     if not self.community_writs:
         self.community_writs = WritsSurface.coolest(limit=10)
     return WritListWidgetHTML.community_writs(self.community_writs)