| author | nishanth |
| Sun, 28 Feb 2010 13:25:24 +0530 | |
| changeset 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 %}
|