{% extends "base.html" %} {% block title %}Application Submitted - {{ config.BBS_NAME }}{% endblock %} {% block content %}
Application Submitted

Thanks, {{ req.name }} — your application to join {{ cfg.network_name or 'the network' }} as {{ req.bbs_name }} has been submitted and is waiting for the hub sysop to review.

You'll hear back at {{ req.email }} once it's been reviewed.

Back to {{ config.BBS_NAME }}
{% endblock %}