From d51b9e6359312be9fd4294b6262b786ba637813c Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Mon, 8 Jan 2018 15:44:00 +0100 Subject: [PATCH] autorefresh in js details1.html every 30sec --- django_simple/todo/templates/details1.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 %} -- 1.7.9.5