diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 60ca057..ed72408 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -431,10 +431,10 @@ - + - + @@ -442,28 +442,28 @@ - + - + - + - + - + - + - + - + @@ -499,10 +499,10 @@ - + - + diff --git a/templates/home_admin.html b/templates/home_admin.html index 8a96048..2475f2f 100644 --- a/templates/home_admin.html +++ b/templates/home_admin.html @@ -299,7 +299,7 @@

View/Accept/Remove Students who applied for admission

{{v['EmailId']}} {{v['BranchChosen']}} {{v['12thPercentage']}} - {% for k1, v1 in stream.items() %} + {% for k1, v1 in cutoff.items() %} {% if k1 == v['BranchChosen'] %} {{v1['Current']}} {% endif %}