templates/base.html
author nishanth
Tue, 29 Jun 2010 12:28:18 +0530
changeset 63 21cdadb1b98e
parent 52 adab2d07981a
permissions -rw-r--r--
replaced the old form with new one in view and template for opening quiz

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