diff options
-rw-r--r-- | templates/todolists/public_list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html index f1220f68..e2f2ef9a 100644 --- a/templates/todolists/public_list.html +++ b/templates/todolists/public_list.html @@ -3,6 +3,8 @@ {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %} +<div class="box"> + <h2>Developer Todo Lists</h2> <div id="public_todo_lists"> {% for list in todo_lists %} <h4>{{list.name}}</h4> @@ -16,6 +18,7 @@ </div> {% endfor %} </div> +</div> {% load cdn %}{% jquery %} <script type="text/javascript"> $("#public_todo_lists h4").click( |