fix edit
This commit is contained in:
parent
36ceef63ed
commit
79e94d6f54
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<div class="speaker">{{ slot.presentation.speaker }}</div>
|
<div class="speaker">{{ slot.presentation.speaker }}</div>
|
||||||
|
|
||||||
<span class="schedule-controls">
|
<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>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue