This commit is contained in:
Luke Hatcher 2012-08-31 01:50:24 -04:00
parent 36ceef63ed
commit 79e94d6f54

View file

@ -18,7 +18,7 @@
<div class="speaker">{{ slot.presentation.speaker }}</div>
<span class="schedule-controls">
<a class="btn btn-mini" onClick="modalEdit({% url schedule_slot_edit slot.pk %})" href="#">Edit</a>
<a class="btn btn-mini edit-slot" data-action="{% url schedule_slot_edit slot.pk %}" href="#">Edit</a>
</span>
{% endif %}
{% else %}