From: Cezary Czaplewski Date: Mon, 8 Jan 2018 14:44:00 +0000 (+0100) Subject: autorefresh in js details1.html every 30sec X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=d51b9e6359312be9fd4294b6262b786ba637813c;p=django_unres.git autorefresh in js details1.html every 30sec --- diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index c5c1273..052d84d 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -640,5 +640,28 @@ function showDivs(n) { } +{% if not task.done %} + +{% endif %} + {% endblock %}