templates/base.html
author nishanth
Tue, 20 Apr 2010 15:44:43 +0530
changeset 14 ea7d372bfbff
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
implemented more constraints on the register for test page

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