diff -r 0eda880b3d25 -r 654c583fd78e testappproj/templates/new_edit_problem.html --- a/testappproj/templates/new_edit_problem.html Fri May 21 02:40:17 2010 +0530 +++ b/testappproj/templates/new_edit_problem.html Mon May 31 19:18:57 2010 +0530 @@ -1,22 +1,12 @@ {%block body%} -{% if creating %} -

Upload Problems

-
- - {{ upload_form.as_table }} -
- -
-
-{% endif %}

{% if creating %}Add{% else %}Edit{% endif %} Problem

-
+ {{ form.as_table }}
- +
{%endblock%}