annotate gpp/templates/admin/gcalendar/change_list.html @ 296:0eed8161ca39
Fixing #138. Shoutbox scroller breaks down if there aren't at least 2 things to scroll. Added some dummy shouts on the client side if the shout database is empty.
author |
Brian Neal <bgneal@gmail.com> |
date |
Sun, 09 Jan 2011 20:53:00 +0000 |
parents |
dbd703f7d63a |
children |
|
rev |
line source |
gremmie@1
|
1 {% extends "admin/change_list.html" %}
|
gremmie@1
|
2 {% block object-tools %}
|
gremmie@1
|
3 {% if has_add_permission %}
|
gremmie@1
|
4 <ul class="object-tools"><li><a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">Add {{ name }}</a></li>
|
gremmie@1
|
5 <li><a href="google_sync/">Google Sync</a></li>
|
gremmie@1
|
6 </ul>
|
gremmie@1
|
7 {% endif %}
|
gremmie@1
|
8 {% endblock %}
|