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=fcfb8d4b46500ed5d2a0634b3b76f5e4c138a7a7;hpb=8421252fcfe79dc7771823b337d7a38903af54a6;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index fcfb8d4..e2251f3 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -8,14 +8,14 @@
  • -
    +
    {% csrf_token %}
    -
    +
    {% if not task.done %} {% if task.running > 0 %} @@ -34,13 +34,13 @@ {% endif %} -

    All parameters for task {{ task.name }}

    +

    Task {{ task.name }}

    Created {{ task.created_date }} + + + + + + + +{% if not task.done %} + +{% endif %} + + {% endblock %}