X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=3945f846fad9f4346d73248b01124dc138d14f0e;hb=e86b92f83ec41f47f7592d8f3efb7123a122ea90;hp=bf3cc549e9454e55512e1c7812f372f078004fc8;hpb=47ab3ddfa3cf058d144d1a753d19aa0fe9f2930d;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index bf3cc54..3945f84 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,6 +1,39 @@ {% extends "base.html" %} +{% load i18n lazysignup_tags %} {% block content %} + +{% if user|is_lazy_user %} + +{% endif %} +

All parameters for task {{ task.name }}

Created {{ task.created_date }}