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=a2d2eb578165edf432225962932ea645726f43bf;hpb=c297d71bf7b0960c3b3294786418e796220696eb;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index a2d2eb5..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 }}