diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 21:06:41 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 21:06:41 -0400 |
commit | 28464f50f4ab1b6ad9ce834f405dd9bad7519acf (patch) | |
tree | 1a1f440addc065bfef59929c42b5dc1d6b6bcbbf | |
parent | fdaa35a9386ccb8adab23f46d9260f8ed407bf5c (diff) |
improve indentation
-rw-r--r-- | templates/todolists/list.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 6edf1324..51ba2bf8 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -2,11 +2,11 @@ {% block content %} <div class="greybox"> - {% if perms.todolists.add_todolist %} - <div style="float:right"> - <a href="/todo/add/">Add Todo List</a> - </div> - {% endif %} + {% if perms.todolists.add_todolist %} + <div style="float:right"> + <a href="/todo/add/">Add Todo List</a> + </div> + {% endif %} <h2 class="title">Package ToDo lists</h2> <table class="results" width="100%"> <thead> |