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=a5336a17e19ae271e1c139a9ba26422583aa116c;hp=22a4db2859e358ed2057520a527e6b52480ad14a;hpb=6776e7c469a38ab58676c9dda3b17d1971d90e0b;p=django_unres.git diff --git a/django_simple/todo/templates/index.html b/django_simple/todo/templates/index.html index 22a4db2..33bbd55 100644 --- a/django_simple/todo/templates/index.html +++ b/django_simple/todo/templates/index.html @@ -1,8 +1,25 @@ {% extends "base.html" %} - +{% load i18n lazysignup_tags %} {% block content %} + -
-{% csrf_token %} - -
-
-{{ variable }}
+{% if not alldone %} + + + +{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}