| author | Nishanth Amuluru <nishanth@fossee.in> |
| Thu, 06 Jan 2011 12:08:36 +0530 | |
| changeset 226 | b4a3ec34c061 |
| parent 141 | 2489392ffb56 |
| permissions | -rw-r--r-- |
|
141
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
2 |
{% block title %}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
3 |
{{task.title}}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
4 |
{% endblock %}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
5 |
{% block content %}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
6 |
<a href="/">Click here</a> to return to home page.<br /> |
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
7 |
<form action="" method="post"> |
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
8 |
{{form.as_p}}
|
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
9 |
<input type="submit" value="Submit"> |
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
10 |
</form> |
|
2489392ffb56
added the functionality to request a user to be AD MG DV.
nishanth
parents:
diff
changeset
|
11 |
{% endblock %}
|