X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=34846274881fbaf88fe0c3dfe01583f44362d748;hb=a3b7f27a81cf442cdeeaff5b9c9b52298c282f5a;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..3484627 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 %}