X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Findex.html;h=d122d6bf21c4e5ca6181ec4c2234f1ee57028858;hb=8dce3b49dabcc85baae2b796ae055da8866424bb;hp=2af565b6b0a4dcc20ea8c8f02d61fb3b8069a358;hpb=591ac48194b207c02ffd7cda59c1c9709a114498;p=django_unres.git diff --git a/django_simple/todo/templates/index.html b/django_simple/todo/templates/index.html index 2af565b..d122d6b 100644 --- a/django_simple/todo/templates/index.html +++ b/django_simple/todo/templates/index.html @@ -1,8 +1,33 @@ {% extends "base.html" %} - +{% load i18n lazysignup_tags %} {% block content %} + -
-{% csrf_token %} - -
+{% if not alldone %} + + + +{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}