From 2e905d31b36a5b5cc46962dae2270bfc33c76caf Mon Sep 17 00:00:00 2001 From: nishanth Date: Wed, 3 Mar 2010 05:36:21 +0530 Subject: bulleted list in browse tasks page. --- templates/task/browse.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/task/browse.html b/templates/task/browse.html index cd0103d..7ca8705 100644 --- a/templates/task/browse.html +++ b/templates/task/browse.html @@ -1,7 +1,8 @@ {% extends 'base.html' %} {% block content %} - List of all the tasks:
+ List of all the tasks: {% endblock %} -- cgit