author | amit@thunder |
Mon, 14 Jun 2010 01:00:59 +0530 | |
changeset 3 | 34d0c21e3352 |
parent 2 | 654c583fd78e |
permissions | -rw-r--r-- |
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 | 4 |
<p> Welcome</p> |
5 |
<br/> |
|
6 |
<p> |
|
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 . |
|
8 |
</p> |
|
9 |
||
10 |
<br/> |
|
11 |
||
12 |
||
13 |
<a href="/accounts/register">Sign up for the test</a> |
|
14 |
||
15 |
||
16 |
<br/> |
|
17 |
<br/> |
|
18 |
<big><a href="/problems/">Take the Test</a></big> |
|
19 |
||
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 |