X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=8494d963286d5643a6cfe52e68c674d1ed2dc087;hb=1b9e4cd5192fafe2213b582fadd19556fb2ecf3a;hp=92e325299c2e761423172329d96a4d19c7516136;hpb=0e76b9e206d73ead2b1dfe7b894e580225f210b3;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 92e3252..8494d96 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -1,5 +1,6 @@ {% extends "base.html" %} +{% load index %} {% load i18n lazysignup_tags %} {% block content %} @@ -9,14 +10,14 @@
  • -
    +
    {% csrf_token %}
    -
    +
    {% if not task.done %} {% if task.running > 0 %} @@ -34,15 +35,27 @@
  • -

    All parameters for task {{ task.name }}

    +

    Task {{ task.name }}

    Created {{ task.created_date }}