# HG changeset patch # User nishanth # Date 1271791280 -19800 # Node ID 6233cf13fc126502a7217ffcc9df7bf1e3e98211 # Parent 10760aa2cf5246c93e927a73a3e8790f2a298a10 added the time left info on disp question page diff -r 10760aa2cf52 -r 6233cf13fc12 templates/display_question.html --- a/templates/display_question.html Tue Apr 20 23:59:44 2010 +0530 +++ b/templates/display_question.html Wed Apr 21 00:51:20 2010 +0530 @@ -1,15 +1,27 @@ {% extends 'base.html' %} {% block script %} - {% endblock %} {% block content %}
{{question.description}}
- +
+
{% endblock %}