X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=e2251f3022d3e5b2854656b19674a1bd9b758a1a;hb=56e79678d88f1b25b4c15ce3ac8047b6fa6faa35;hp=f8439bd7284b016293c42b0b03ba9a14bc51d61a;hpb=f40d8151edf0064bda3db89298dbcf243d244c7f;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index f8439bd..e2251f3 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -77,6 +77,13 @@ Created {{ task.created_date }}
  • +
    secondary structure + restraints
    +
    {{ task.md_2d}}
    +
  • + + +
  • SSBOND
    {{ task.ssbond}}
  • @@ -604,12 +611,12 @@ Created {{ task.created_date }} @@ -633,6 +640,29 @@ function showDivs(n) { x[slideIndex-1].style.display = "block"; } + +{% if not task.done %} + +{% endif %} {% endblock %}