예제 #1
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
예제 #2
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
예제 #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)
예제 #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)