testappproj/templates/problems.html
changeset 3 34d0c21e3352
parent 0 0b061d58aea3
--- a/testappproj/templates/problems.html	Mon May 31 19:18:57 2010 +0530
+++ b/testappproj/templates/problems.html	Mon Jun 14 01:00:59 2010 +0530
@@ -24,7 +24,12 @@
 </table>
 
 <p>
-{% if user %}<a href="{% url testapp.views.new_edit %}">Create new problem</a>{% endif %}
+<form action="/completed" method="GET">
+<div>
+<input type="submit", value="Finished Exam">
+</div>
+</form>
 </p>
 
+
 {%endblock%}