|
class NewReplyView(NewReplyBaseView, RedirectToPostMixin, TypeMixin):
|
|
class NewReplyView(NewReplyBaseView, RedirectToPostMixin, TypeMixin):
|
|
request.messages.set_flash(Message(_("Your reply has been posted. It will be hidden from other members until moderator reviews it.")), 'success', 'threads_%s' % self.post.pk)
|
|
request.messages.set_flash(Message(_("Your reply has been posted. It will be hidden from other members until moderator reviews it.")), 'success', 'threads_%s' % self.post.pk)
|