{% extends "base.html" %}
{% load django_bootstrap5 %}
{% block content %}
{% bootstrap_alert content="We've emailed you instructions for setting your password. If they haven't arrived in a few minutes, check your spam folder." alert_type="success" dismissible=False %}
{% endblock %}