From ff620b05b0501b917fe1e953b1bc0ce197dcf32a Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Mon, 28 Aug 2017 00:18:48 +0200 Subject: [PATCH 1/1] ntwe remd correction --- django_simple/todo/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_simple/todo/views.py b/django_simple/todo/views.py index 2ec8735..90d05e2 100644 --- a/django_simple/todo/views.py +++ b/django_simple/todo/views.py @@ -315,6 +315,7 @@ def add_remd_a(request,task_id): task.remd_nrep=form.cleaned_data["remd_nrep"] task.remd_nstex=form.cleaned_data["remd_nstex"] task.md_ntwx=form.cleaned_data["md_ntwx"] + task.md_ntwe=form.cleaned_data["md_ntwe"] # task.remd_traj1file=form.cleaned_data["remd_traj1file"] # task.remd_rest1file=form.cleaned_data["remd_rest1file"] -- 1.7.9.5