templates/base.html
author nishanth
Tue, 20 Apr 2010 15:31:21 +0530
changeset 12 81cd0140a0f2
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
created the register user functionality.

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