Changeset - 36ceef63ed87
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-08-31 05:52:45
lukeman@gmail.com
no animation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/templates/schedule/schedule_edit.html
Show inline comments
...
 
@@ -54,17 +54,17 @@
 
            
 
            {% for timetable in days %}
 
                <h2>{{ timetable.day.date }}</h2>
 
                    
 
                {% include "schedule/_grid.html" %}
 
            {% endfor %}
 
        </div>
 
        
 
        <div class="modal fade hide" id="slotEditModal">
 
        <div class="modal fade hide in" id="slotEditModal">
 
            <form id="slotEditForm" class="modal-form" method="POST">
 
                <div class="modal-header">
 
                    <a class="close" data-dismiss="modal">&times;</a>
 
                    <h3>{% trans "Edit Slot" %}</h3>
 
                </div>
 
                <div class="modal-body">
 
                    {% csrf_token %}
 
                    {{ form|as_bootstrap }}
0 comments (0 inline, 0 general)