testappproj/templates/index.html
author amit@thunder
Mon, 14 Jun 2010 01:00:59 +0530
changeset 3 34d0c21e3352
parent 2 654c583fd78e
permissions -rw-r--r--
Checking if exam has been previously done by the user or not

{%extends "base.html"%} 
{%block body%}

<p> Welcome</p>
<br/>
<p>
This is an Application where You can test your Python skills. This is an automated Test and in case you pass you will be given a certificate from the Fossee Team .
</p>

<br/>


<a href="/accounts/register">Sign up for the test</a>


<br/>
<br/>
<big><a href="/problems/">Take the Test</a></big>



{%endblock%}