{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Send Notification | Admin Portal{% endblock %} {% block nav_notifications %}active{% endblock %} {% block content %}
{% csrf_token %} {% crispy form %}

Audience: Choosing All active students sends to everyone currently enrolled. Notifications appear in the bell icon in each user's portal header.

{% block extra_js %} {% endblock %} {% endblock %}