Mercurial > public > sg101
view gpp/templates/admin/gcalendar/change_list.html @ 19:aa2b41c5212b
First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 20:10:00 +0000 |
parents | dbd703f7d63a |
children |
line wrap: on
line source
{% extends "admin/change_list.html" %} {% block object-tools %} {% if has_add_permission %} <ul class="object-tools"><li><a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">Add {{ name }}</a></li> <li><a href="google_sync/">Google Sync</a></li> </ul> {% endif %} {% endblock %}