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=6a7f3967badc522e63238264be3e766851f6f332;hpb=6fb77f4e05910e0a6682df3f0bbc72af8776988d;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 6a7f396..e2251f3 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,39 +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 %}