author | anoop |
Fri, 19 Feb 2010 21:46:24 +0530 | |
changeset 45 | ab8918e654ae |
parent 12 | a93eebabfeb1 |
child 56 | 05e10eccd515 |
permissions | -rw-r--r-- |
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
1 |
<html> |
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
2 |
<head> |
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
3 |
<title>{% block title %}PyTasks{% endblock %}</title> |
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
4 |
</head> |
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
5 |
<body> |
45 | 6 |
<h2><a href="/">PyTasks</a></h2> |
7 |
<a href="javascript:history.go(-1)">back</a> |
|
8 |
{% if user.is_authenticated %} |
|
9 |
| <a href="/accounts/logout">logout</a> |
|
10 |
{% endif %} |
|
11 |
<br><br> |
|
12 |
{% block content %}This is the default content{% endblock %}</body> |
|
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
13 |
</html> |