Commit ee12e8d0 authored by NARRA SURAJ's avatar NARRA SURAJ

Merge branch 'master' of https://git.cse.iitb.ac.in/ARFA/ARFA

parents 466b5c37 f7db8450
......@@ -16,9 +16,9 @@ My Tests
</div>
<ul class="list-group">
{% for t in activeTests %}
<div>
<p>{{t.test_ID}}</p>
<p>{{t.test_name}}</p>
<div class="row" style="margin-bottom: 10px; margin-top: 5px">
<p><i>Test Id</i> <b> {{t.test_ID}}</b></p>
<p><i> Test Name</i> <b>{{t.test_name}}</b> </p>
</div>
<div style="float:right">
<form method="POST" action="loadStudentTest">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment