projects
/
osqa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Closes OSQA 175 and OSQA 318. Added a bunch of options to configure the email validat...
[osqa.git]
/
forum
/
models
/
answer.py
diff --git
a/forum/models/answer.py
b/forum/models/answer.py
index 090e19d004a5d8db4ebeabb82f1f7deaafbdf8e0..e5f166bd50657a994505adc5d5b9cf687a507010 100644
(file)
--- a/
forum/models/answer.py
+++ b/
forum/models/answer.py
@@
-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):