Mercurial > public > sg101
comparison gpp/templates/admin/gcalendar/change_list.html @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 {% extends "admin/change_list.html" %} | |
2 {% block object-tools %} | |
3 {% if has_add_permission %} | |
4 <ul class="object-tools"><li><a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">Add {{ name }}</a></li> | |
5 <li><a href="google_sync/">Google Sync</a></li> | |
6 </ul> | |
7 {% endif %} | |
8 {% endblock %} |