Exemplo n.º 1
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
Exemplo n.º 2
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
Exemplo n.º 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)
Exemplo n.º 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)