\r
class AnonymousUser(DjangoAnonymousUser):\r
def get_visible_answers(self, question):\r
\r
class AnonymousUser(DjangoAnonymousUser):\r
def get_visible_answers(self, question):\r
return mark_safe(profile_link)\r
\r
def get_visible_answers(self, question):\r
return mark_safe(profile_link)\r
\r
def get_visible_answers(self, question):\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
\r
@true_if_is_super_or_staff\r
def can_wikify(self, post):\r
\r
@true_if_is_super_or_staff\r
def can_wikify(self, post):\r