diff -r 654c583fd78e -r 34d0c21e3352 testappproj/templates/code.html --- a/testappproj/templates/code.html Mon May 31 19:18:57 2010 +0530 +++ b/testappproj/templates/code.html Mon Jun 14 01:00:59 2010 +0530 @@ -1,8 +1,37 @@ {# {%extends "base.html"%} #} + {%block body%}

{{ problem.name }}

- {% comment %} {% load pykata_extras %} {% autoescape off %} @@ -12,21 +41,19 @@ {% endautoescape %} {% endcomment %} -

Examples

 {{ problem.examples }}
 
- -
+
+

Enter your solution here:

- -

+ +

- +
-{%endblock%} + {%endblock%}