templates/base.html
author nishanth
Tue, 20 Apr 2010 23:12:15 +0530
changeset 22 fe197c0c9903
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
modified the questionbank model and changed in seed_db accordingly

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