コード例 #1
0
ファイル: notification_tags.py プロジェクト: joskid/tbonline
    def render(self, context):
        try:
            n = Notification()
            context[self.var_name] =  n.is_notified(self.notification_name,
                                                context['user'])
        except:
            pass

        return ""
コード例 #2
0
    def render(self, context):
        try:
            n = Notification()
            context[self.var_name] = n.is_notified(self.notification_name,
                                                   context['user'])
        except:
            pass

        return ""