Changeset - 79e94d6f5449
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-08-31 05:52:45
lukeman@gmail.com
fix edit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/templates/schedule/_grid.html
Show inline comments
...
 
@@ -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 %}
0 comments (0 inline, 0 general)