{% import "bootstrap/wtf.html" as wtf %} {% extends "base.html" %} {% block title %}Assign User{% endblock %} {% block body %}

Assign Career Paths and Roles


Select a career and role to assign to {{ user.first_name }} {{ user.last_name }}


{{ wtf.quick_form(form) }}
{% endblock %}