X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=c6111e1bd5c235aff86d9ba193d8676832cec88f;hb=009609508b48e10ef863491daa403bb9564f13bc;hp=c5c12732af6448b85e00b4b56577a69154f71bc4;hpb=f40d8151edf0064bda3db89298dbcf243d244c7f;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index c5c1273..c6111e1 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -77,6 +77,13 @@ Created {{ task.created_date }}
  • +
    secondary structure + restraints
    +
    {{ task.md_2d}}
    +
  • + + +
  • SSBOND
    {{ task.ssbond}}
  • @@ -610,12 +617,12 @@ Regular user cannot use this link. @@ -640,5 +647,28 @@ function showDivs(n) { } +{% if not task.done %} + +{% endif %} + {% endblock %}