Skip to content

Commit

Permalink
final selected students
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-rathi committed May 1, 2020
1 parent 3308d31 commit a84f911
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
24 changes: 14 additions & 10 deletions .idea/workspace.xml

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

4 changes: 3 additions & 1 deletion templates/home_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ <h3 class="greenh2">View Selected Students List</h3>
{%if form != None %}
{% for k,v in form.items() %}
<tr>
{% if v['Status'] == 'Accepted %}
<td scope="row">{{k}}</td>
<td scope="row">{{v['EmailId']}}</td>
<td class="row">{{v['BranchChosen']}}</td>
Expand All @@ -358,7 +359,8 @@ <h3 class="greenh2">View Selected Students List</h3>
<td class="row">{{v1['Current']}}</td>
{% endif %}
{% endfor %}
</tr>
{% endif %}
</tr>
{% endfor %}
{% endif %}
</table>
Expand Down

0 comments on commit a84f911

Please sign in to comment.