templates/user/changerole.html
author nishanth
Thu, 04 Mar 2010 17:29:00 +0530
changeset 199 946d0fe60606
parent 141 2489392ffb56
permissions -rw-r--r--
now a notification is sent to all the mentors after there is a new claim.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 %}