templates/base.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 12:35:18 +0530
changeset 276 c8c47fcb46f0
parent 255 2bca2008fbe3
child 291 5daf523e20b4
permissions -rw-r--r--
created a view for view notification and included the url. made changes accordingly in browse notifications

<html>
<head>
    <title>{% block title %}PyTasks{% endblock %}</title>
    {% block js_script %} {% endblock %}
</head>

<body>
{% block content %}
<h2><a href="/">PyTasks</a></h2>
{% endblock %}
</body>
</html>