testappproj/templates/index.html
author amit@thunder
Mon, 31 May 2010 19:18:57 +0530
changeset 2 654c583fd78e
parent 0 0b061d58aea3
permissions -rw-r--r--
Made some changes and templates

{%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%}