templates/base.html
author nishanth
Tue, 29 Jun 2010 13:01:10 +0530
changeset 65 88a36f434284
parent 52 adab2d07981a
permissions -rw-r--r--
added the required changes in open_quiz view. the design is now final and ready for use

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