templates/base.html
author nishanth
Thu, 22 Apr 2010 02:25:05 +0530
changeset 45 3be60e26e14f
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
added view quiz results links on admin page

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