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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
     1
{%extends "base.html"%} 
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
     2
{%block body%}
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
     3
2
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     4
<p> Welcome</p>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     5
<br/>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     6
<p>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     7
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 .
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     8
</p>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
     9
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    10
<br/>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    11
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    12
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    13
<a href="/accounts/register">Sign up for the test</a>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    14
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    15
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    16
<br/>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    17
<br/>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    18
<big><a href="/problems/">Take the Test</a></big>
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    19
654c583fd78e Made some changes and templates
amit@thunder
parents: 0
diff changeset
    20
0
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
    21
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
    22
{%endblock%}
0b061d58aea3 First commit to Fossee of testapp has the basic Pykata framework on django with some specific changes to Problems model and some views to suit an exam like system
amit@thunder
parents:
diff changeset
    23