testappproj/templates/new_edit_problem.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

{%block body%}


<h2>{% if creating %}Add{% else %}Edit{% endif %} Problem</h2>
  <form action="" method="post" enctype="multipart/form-data">
  <table>
    {{ form.as_table  }}
  </table>
  <input type="submit" value="Save" />
</form>
<hr />
{%endblock%}