oops, didn't add base.html

This commit is contained in:
sanj 2010-05-14 04:15:10 +05:30
parent 697b5471c8
commit 8a811e1ff8

View File

@ -0,0 +1,11 @@
<html>
<head>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>