Skip to content

Commit

Permalink
view registered students
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-rathi committed May 1, 2020
1 parent 1fe1ce4 commit 1bab302
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/home_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h2 class="greenh2">View/Accept/Remove Students who applied for admission</h2>
<td scope="row">{{v['EmailId']}}</td>
<td class="row">{{v['BranchChosen']}}</td>
<td class="row">{{v['12thPercentage']}}</td>
{% for k1, v1 in stream.items() %}
{% for k1, v1 in cutoff.items() %}
{% if k1 == v['BranchChosen'] %}
<td class="row">{{v1['Current']}}</td>
{% endif %}
Expand Down

0 comments on commit 1bab302

Please sign in to comment.