From ce0b9076ee149d139b16d978b31c9db56db9fbea Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Sun, 7 Feb 2010 17:38:48 +0200 Subject: Implement AJAX flagging for todo items [Some trailing whitespace got killed in the process. :3] Dan: I made a few small changes including moving the jQuery include down above the other script block; since it is not needed right away it can be loaded later in the page. Signed-off-by: Evangelos Foutras Signed-off-by: Dan McGee --- templates/todolists/view.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index ce191fb..b85a426 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,4 +1,5 @@ {% extends "base.html" %} + {% block content %}
@@ -44,4 +45,24 @@ {{list.description|linebreaks}}
+ + + {% endblock %} -- cgit v1.2.3-24-g4f1b