view gpp/templates/admin/gcalendar/change_list.html @ 253:5cf64ca9d9f5

#102; fix bug where the new posts on the home page were showing topic author instead of last post author.
author Brian Neal <bgneal@gmail.com>
date Mon, 20 Sep 2010 03:27:37 +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 %}