annotate gpp/templates/admin/gcalendar/event/change_list.html @ 549:c4696a0cbd3f

Altered the open graph meta tags tag to generate tags for the home page when None is supplied as a parameter. Updated the home page template to use it.
author Brian Neal <bgneal@gmail.com>
date Sun, 15 Jan 2012 13:27:37 -0600
parents 5be072292e2d
children
rev   line source
bgneal@456 1 {% extends "admin/change_list.html" %}
bgneal@456 2 {% block object-tools %}
bgneal@456 3 {% if has_add_permission %}
bgneal@456 4 <ul class="object-tools"><li><a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">Add {{ name }}</a></li>
bgneal@456 5 <li><a href="google_sync/">Google Sync</a></li>
bgneal@456 6 </ul>
bgneal@456 7 {% endif %}
bgneal@456 8 {% endblock %}