base.html
author nishanth
Fri, 09 Apr 2010 16:51:56 +0530
changeset 8 e2699e042129
parent 7 af9ab5ad2786
permissions -rw-r--r--
now a user can create an event if he is a staff

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