templates/user/changerole.html
author anoop
Tue, 09 Mar 2010 11:39:34 +0530
changeset 214 679c7e237052
parent 141 2489392ffb56
permissions -rw-r--r--
added two more templates for displaying admin login form and admin logout message.
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 %}