]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/models/answer.py
Converts all instant notifications to the new style emails.
[osqa.git] / forum / models / answer.py
index 090e19d004a5d8db4ebeabb82f1f7deaafbdf8e0..e5f166bd50657a994505adc5d5b9cf687a507010 100644 (file)
@@ -7,9 +7,9 @@ class Answer(Node):
     class Meta(Node.Meta):
         proxy = True
 
-    @property    
+    @property
     def accepted(self):
-        return self.extra_action
+        return self.nis.accepted
 
     @property
     def headline(self):