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=f9651c0a3d27631912f82c15d0a3e47c6dea1846;hpb=78e8cb3f098dd1ac48d7036c1a27457dfee55663;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index f9651c0..3484627 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,34 +1,91 @@ {% extends "base.html" %} +{% load i18n lazysignup_tags %} {% block content %} -

All parameters for task {{ task.name }}

+ +{% if user|is_lazy_user %} + +{% endif %} + +

Task {{ task.name }}

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