templates/base.html
author nishanth
Thu, 01 Jul 2010 17:05:57 +0530
changeset 86 404e9c1b8cff
parent 52 adab2d07981a
permissions -rw-r--r--
now questions are displayed properly in edit_question page. hav to implement the submit and stuff

<html>
<head>
<title>
{% block title %}
{% endblock %}
</title>
{% block script %}
{% endblock %}
</head>
<body{% block onload %}{% endblock %}>
{% block content %}
{% endblock %}
</body>
</html>