templates/base.html
author nishanth
Wed, 21 Apr 2010 19:35:22 +0530
changeset 35 f64c68963d54
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
added "return to admin page" link in close_quiz page

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