def can_accept_answer(self, answer):\r
return self == answer.question.author\r
\r
def can_accept_answer(self, answer):\r
return self == answer.question.author\r
\r
@true_if_is_super_or_staff\r
def can_edit_post(self, post):\r
return self == post.author or self.reputation >= int(settings.REP_TO_EDIT_OTHERS\r
@true_if_is_super_or_staff\r
def can_edit_post(self, post):\r
return self == post.author or self.reputation >= int(settings.REP_TO_EDIT_OTHERS\r