Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions intranet/templates/eighth/take_attendance.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% if wizard %}
<script>
$(function() {
$('form > select').on('change', function() {
$('form select').on('change', function() {
this.form.submit();
});

Expand Down Expand Up @@ -217,9 +217,9 @@ <h2>
<label>
<input type="checkbox" name="show_all_blocks" id="show_all_blocks" {% if show_all_blocks %} checked{% endif %}> Show Past Blocks This Year
</label><br>
<input type="submit" value="Next" />
<!--<input type="submit" value="Next" />-->
{% else %}
<input type="submit" value="{% if scheduled_activity.block.locked %}Take Attendance{% else %}View Roster{% endif %}"/>
<!--<input type="submit" value="{% if scheduled_activity.block.locked %}Take Attendance{% else %}View Roster{% endif %}"/>-->
{% endif %}
{% if sponsor_block %}
<br><br>
Expand Down