From 6b013d99fcfb596cbbdfb53fa03a07888dde1e9b Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 27 Jun 2008 21:07:10 -0400 Subject: add an 'edit todolist' functionality --- templates/todolists/view.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 02c228e..9e9acba 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -32,6 +32,11 @@ {% endblock %} {% block content %}
+ {% if perms.todolists.change_todolist %} +
+ Edit Todo List +
+ {% endif %}

ToDo List: {{ list.name }}

-- cgit v1.2.3-24-g4f1b