From: Cezary Czaplewski Date: Sun, 27 Aug 2017 22:18:48 +0000 (+0200) Subject: ntwe remd correction X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=ff620b05b0501b917fe1e953b1bc0ce197dcf32a;hp=6fb77f4e05910e0a6682df3f0bbc72af8776988d;p=django_unres.git ntwe remd correction --- 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"]