From: Cezary Czaplewski Date: Fri, 26 Jan 2018 09:55:02 +0000 (+0100) Subject: details display preminim maxfun input X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=b78a2efb7c16f4e9a880c43e3dde86905b58270a;p=django_unres.git details display preminim maxfun input --- diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 44f5e62..7437c4a 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -236,6 +236,12 @@ Created {{ task.created_date }}
pdbref
{{ task.md_pdbref}}
+ {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 2577492..b7f2edc 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -236,6 +236,12 @@ Created {{ task.created_date }}
    pdbref
    {{ task.md_pdbref}}
  • + {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}