{% extends "base_user.html" %} {% block pagehead %}

Promote To Admin

{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% for msg in error_msg %}

{{msg}}

{% endfor %} {% if req_exist %}
{% csrf_token %} You have one outstanding request to {{req_position}}

{% endif %}
{% csrf_token %} Supervisor:

Requested Position:

(optional) Message to the Admin:

{% endblock content %}