base.html
author nishanth
Mon, 12 Apr 2010 02:57:25 +0530
changeset 9 e29ecb7819e7
parent 7 af9ab5ad2786
permissions -rw-r--r--
password change and password reset have been done.

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