base.html
author nishanth
Mon, 12 Apr 2010 04:23:13 +0530
changeset 10 c52d170969f0
parent 7 af9ab5ad2786
permissions -rw-r--r--
quite a few changes. modified models and feedback views .

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