Skip to content

Commit

Permalink
Fix #3076
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayel committed Nov 8, 2015
1 parent 699f559 commit b5d58f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zds/tutorialv2/views/views_validations.py
Expand Up @@ -119,6 +119,7 @@ def form_valid(self, form):
# warn the former validator that an update has been made, if any
if old_validator:
validation.validator = old_validator
validation.status = "PENDING_V"

bot = get_object_or_404(User, username=settings.ZDS_APP['member']['bot_account'])
msg = render_to_string(
Expand Down

0 comments on commit b5d58f3

Please sign in to comment.