コード例 #1
0
 def community_writs_html(self):
     return WritListWidgetHTML.community_writs(self.get_community_writs())
コード例 #2
0
ファイル: mybeatwrits.py プロジェクト: eremzeit/beatwrit
 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
ファイル: mybeatwrits.py プロジェクト: eremzeit/beatwrit
 def get_community_writs(self):
     if not self.community_writs:
         self.community_writs = WritsSurface.coolest(limit=10)
     return WritListWidgetHTML.community_writs(self.community_writs)