templates/edit_question.html
author nishanth
Tue, 06 Jul 2010 23:31:33 +0530
changeset 89 f8e25dea5222
parent 88 281c4bcf848f
permissions -rw-r--r--
updated timing for each question. increased timing actually

{% extends "base.html" %}
{% block content %}
<form method=post action="">
{{form.as_p}}
<input type=submit value=Update>
</form>
{% endblock %}