{% extends "controlpanel/base.html" %} {% load lucide %} {% block heading %}Add an admin to {{ club }}{% endblock heading %} {% block panel %}
A club admin can manage everything in this club. They will be required to set up two-factor authentication before they can sign in.
{% csrf_token %} {% include "controlpanel/_form_fields.html" %}
{% endblock panel %}