File diff c6314ae230da → 1886323d7431
pinaxcon/templates/symposion/schedule/schedule_edit.html
Show inline comments
...
 
@@ -21,13 +21,13 @@
 
    <h1>Schedule Edit</h1>
 

	
 
    {% for timetable in days %}
 
        <h2>{{ timetable.day.date }}</h2>
 
        {% include "symposion/schedule/_edit_grid.html" %}
 
    {% endfor %}
 
    <form id="schedule-builder" action="." method="post" enctype="multipart/form-data">{% csrf_token %}
 
    <form class="form-horizontal" id="schedule-builder" action="." method="post" enctype="multipart/form-data">{% csrf_token %}
 
        {{ form.as_p }}
 
        <input type="submit" name="submit" value="Submit" />
 
        <input type="submit" id="delete" name="delete" value="Delete Schedule" />
 
    </form>
 
    <div class="modal fade in" style="background-color:#fff;" id="slotEditModal"></div>
 
</div></div></div>