diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 22:18:51 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 22:18:51 -0400 |
commit | 74372354604d1d12412c12d2e89dcd51ec6250b9 (patch) | |
tree | 94af1fd345284534899f93d43919a7364e3e6177 /templates/todolists/list.html | |
parent | 7df08f2ce3809977c98537db03745a8e423f5f07 (diff) |
use funky model layout for permissions
Diffstat (limited to 'templates/todolists/list.html')
-rw-r--r-- | templates/todolists/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 51ba2bf8..9b423342 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -2,7 +2,7 @@ {% block content %} <div class="greybox"> - {% if perms.todolists.add_todolist %} + {% if perms.main.add_todolist %} <div style="float:right"> <a href="/todo/add/">Add Todo List</a> </div> |