diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-28 04:18:51 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-28 04:18:51 +0200 |
commit | 74372354604d1d12412c12d2e89dcd51ec6250b9 (patch) | |
tree | 94af1fd345284534899f93d43919a7364e3e6177 /templates/todolists/list.html | |
parent | 7df08f2ce3809977c98537db03745a8e423f5f07 (diff) | |
download | archweb-74372354604d1d12412c12d2e89dcd51ec6250b9.tar.gz archweb-74372354604d1d12412c12d2e89dcd51ec6250b9.tar.xz |
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 51ba2bf..9b42334 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> |