annotate gpp/templates/admin/gcalendar/event/change_list.html @ 498:b137a0966e4b

Removed the warning about AT&T and sbcglobal on the registration page. Added "text" classes to the registration text widgets.
author Brian Neal <bgneal@gmail.com>
date Thu, 24 Nov 2011 21:27:07 +0000
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 %}