templates/edit_question.html
author nishanth
Thu, 01 Jul 2010 17:05:57 +0530
changeset 86 404e9c1b8cff
child 88 281c4bcf848f
permissions -rw-r--r--
now questions are displayed properly in edit_question page. hav to implement the submit and stuff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
86
404e9c1b8cff now questions are displayed properly in edit_question page. hav to implement the submit and stuff
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
404e9c1b8cff now questions are displayed properly in edit_question page. hav to implement the submit and stuff
nishanth
parents:
diff changeset
     2
{% block content %}
404e9c1b8cff now questions are displayed properly in edit_question page. hav to implement the submit and stuff
nishanth
parents:
diff changeset
     3
{{form.as_p}}
404e9c1b8cff now questions are displayed properly in edit_question page. hav to implement the submit and stuff
nishanth
parents:
diff changeset
     4
{% endblock %}