X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=fcfb8d4b46500ed5d2a0634b3b76f5e4c138a7a7;hb=8421252fcfe79dc7771823b337d7a38903af54a6;hp=08738fac4a9f5d5c46b8fa220ae76e896810afa5;hpb=79257267a19f5fa4476908da6d56e1626143327b;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 08738fa..fcfb8d4 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 }}