diff -r c66b4904ce5a -r 4911302379ac templates/display_question.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/display_question.html Tue Apr 20 21:53:19 2010 +0530 @@ -0,0 +1,15 @@ +{% extends 'base.html' %} +{% block script %} + +{% endblock %} +{% block content %} +
+ {{question.description}}
+ +
+{% endblock %}