From: Guillaume Pellerin Date: Tue, 24 Jan 2017 21:11:59 +0000 (+0100) Subject: reset box uuid X-Git-Tag: 1.1~29 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d2cc744b431a7da6d04e23af4dfe0ae23ff4e11f;p=teleforma.git reset box uuid --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index 15ec9314..3cdbeba5 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -59,6 +59,7 @@ class ScriptAdmin(admin.ModelAdmin): script.date_marked = None script.date_rejected = None script.url = '' + script.box_uuid = '' script.save() force_resubmit.short_description = "Re-submit scripts"