diff --git a/static/loading.gif b/static/loading.gif index 0c781c2..9b30a5d 100644 Binary files a/static/loading.gif and b/static/loading.gif differ diff --git a/templates/group_teach.html b/templates/group_teach.html index fc97e46..b19654f 100644 --- a/templates/group_teach.html +++ b/templates/group_teach.html @@ -48,6 +48,7 @@ {% for grade in absData[i] %} {% for homeroom in absData[i][grade] %} {% for student in absData[i][grade][homeroom] %} + {% if student != 'notes' %}
{{grade}}
{{homeroom}}
@@ -86,6 +87,7 @@
{% endif %} + {% endif %} {% endfor %} {% endfor %} {% endfor %} @@ -169,7 +171,7 @@ }