예제 #1
0
 def render(self):
     if self.available:
         return BasicCurationNote.render(self)
예제 #2
0
 def update(self):
     if self.available:
         BasicCurationNote.update(self)