testappproj/templates/index.html
changeset 2 654c583fd78e
parent 0 0b061d58aea3
equal deleted inserted replaced
1:0eda880b3d25 2:654c583fd78e
     1 {%extends "base.html"%} 
     1 {%extends "base.html"%} 
     2 {%block body%}
     2 {%block body%}
     3 
     3 
     4 <p> Welcome to testapp</p>
     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 
     5 
    21 
     6 {%endblock%}
    22 {%endblock%}
     7 
    23