annotate gpp/templates/admin/gcalendar/event/change_list.html @ 564:e5d3552d4ad0

The ajax login didn't work from the register page. I think this is because there are two input boxes with the same ID in this situation. Renamed the ajax login form's ID's to make them unique.
author Brian Neal <bgneal@gmail.com>
date Mon, 13 Feb 2012 19:34:29 -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 %}