File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
intranet/templates/eighth Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 {% if wizard %}
2727 < script >
2828 $ ( function ( ) {
29- $ ( 'form > select' ) . on ( 'change' , function ( ) {
29+ $ ( 'form select' ) . on ( 'change' , function ( ) {
3030 this . form . submit ( ) ;
3131 } ) ;
3232
217217 < label >
218218 < input type ="checkbox " name ="show_all_blocks " id ="show_all_blocks " {% if show_all_blocks %} checked{% endif %} > Show Past Blocks This Year
219219 </ label > < br >
220- < input type ="submit " value ="Next " />
220+ <!--< input type="submit" value="Next" />-- >
221221 {% else %}
222- < input type ="submit " value ="{% if scheduled_activity.block.locked %}Take Attendance{% else %}View Roster{% endif %} "/>
222+ <!--< input type="submit" value="{% if scheduled_activity.block.locked %}Take Attendance{% else %}View Roster{% endif %}"/>-- >
223223 {% endif %}
224224 {% if sponsor_block %}
225225 < br > < br >
You can’t perform that action at this time.
0 commit comments