{% extends "base.html" %} {% block title %}Add Your BBS — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Add Your BBS

Submit your BBS to the local directory. {% if not current_user.is_admin %}The sysop will review and approve it before it appears.{% endif %}

If your BBS has a web interface or info page.
Cancel
{% endblock %}