X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Ftemplates%2Findex.html;h=33bbd55d4c6533b8ea19f12c817462fc4ab16b8d;hb=a3b7f27a81cf442cdeeaff5b9c9b52298c282f5a;hp=6e40ad39b56b0f698436465e5d33ca46f227379b;hpb=53f1728daa2b4d8d67349c048822ccd04e819d48;p=django_unres.git diff --git a/django_simple/todo/templates/index.html b/django_simple/todo/templates/index.html index 6e40ad3..33bbd55 100644 --- a/django_simple/todo/templates/index.html +++ b/django_simple/todo/templates/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} - +{% load i18n lazysignup_tags %} {% block content %} +{% if not alldone %} + + + +{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}