{% extends "base.html" %} {% block content %}

Add Administrators

{% if msg %}

Result: {{ msg }}

{% endif %}
{{ form.netid.label }}: {{ form.netid(class_="form-control") }}

{% endblock %}