base.html
author nishanth
Fri, 09 Apr 2010 15:48:47 +0530
changeset 7 af9ab5ad2786
permissions -rw-r--r--
fixed a bug in registration .

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