author | Madhusudan.C.S <madhusudancs@gmail.com> |
Sun, 16 Jan 2011 23:17:13 +0530 | |
changeset 431 | fcc87a3f0311 |
parent 383 | 4252da60a4ef |
child 435 | 1217d808d70f |
permissions | -rw-r--r-- |
431
fcc87a3f0311
Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
383
diff
changeset
|
1 |
{% extends "base.html" %} |
fcc87a3f0311
Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
383
diff
changeset
|
2 |
|
383 | 3 |
{% block title %} |
431
fcc87a3f0311
Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
383
diff
changeset
|
4 |
{{task.title}} |
383 | 5 |
{% endblock %} |
431
fcc87a3f0311
Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
383
diff
changeset
|
6 |
|
383 | 7 |
{% block content %} |
431
fcc87a3f0311
Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
383
diff
changeset
|
8 |
{% as_div_form form "Submit Report" csrf_token "Submit" "" "True" %} |
383 | 9 |
{% endblock %} |