Commit f7db8450 authored by Rahul-chunduru's avatar Rahul-chunduru

testhome ui

parent c0b01136
......@@ -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