From: Guillaume Pellerin Date: Tue, 24 Jan 2017 21:05:24 +0000 (+0100) Subject: change status only X-Git-Tag: 1.1~31 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d255d8b8db9e78d577fdf6edc365b5c76cfe3620;p=teleforma.git change status only --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index 5ddf919b..d069edd4 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -59,8 +59,7 @@ class ScriptAdmin(admin.ModelAdmin): script.date_marked = None script.date_rejected = None script.save() - script.submit() - + force_resubmit.short_description = "Re-submit scripts"