From: Cezary Czaplewski Date: Wed, 5 Feb 2020 09:40:02 +0000 (+0100) Subject: dock lazy users (no login) X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=8dce3b49dabcc85baae2b796ae055da8866424bb;p=django_unres.git dock lazy users (no login) --- diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index eec9c50..9573fe0 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -225,7 +225,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -244,6 +244,17 @@ Created {{ task.created_date }}
    pdb code
    {{ task.pdbcode }}
  • + {% if task.type == "dock" %} +
  • +
    input pdb2
    +
    {{ task.myfile2 }}
    +
  • +
  • +
    pdb code2
    +
    {{ task.pdbcode2 }}
    +
  • + + {% endif %}
  • seed
    {{ task.md_seed}}
    @@ -533,7 +544,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • Energy histogram
    @@ -819,7 +830,7 @@ $('.majorpointslegend').click(function(){ }); -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %}