X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Findex.html;h=608de3743bc8b23839410cf8a13582adf95f35d6;hb=db0d57675fb9f9eef43d98255b68639f56c69d40;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..608de37 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 %}