X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=27b5a1f0fab2f68202f5c5a102fff13a2503b5e2;hb=75dd8b1928bbd554b20f888599c29170001af400;hp=9573fe0f9e14d0068066b4408a23ac0f782a973e;hpb=8dce3b49dabcc85baae2b796ae055da8866424bb;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 9573fe0..27b5a1f 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -43,7 +43,7 @@ Created {{ task.created_date }}
{% if task.done %} - {% if task.type == "md" or task.type == "remd" %} + {% if task.type == "md" or task.type == "remd" or task.type == "dock" %}
@@ -253,6 +253,10 @@ Created {{ task.created_date }}
pdb code2
{{ task.pdbcode2 }}
+
  • +
    dock_peptide
    +
    {{ task.dock_peptide }}
    +
  • {% endif %}