templates/base.html
author nishanth
Tue, 20 Apr 2010 01:31:45 +0530
changeset 7 dfedb369f32e
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
first fixed on the urls and then gave the admin_key in settings and then created main admin page.

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