{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}{% trans "Jabber Broadcast" %}{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

{% trans "Discord Connection" %}

{% if success %} {% endif %}

{% trans "Enter your Discord account credentials below. These are not stored: they are needed to determine your user ID and make you join the server." %}

{% trans "If you do not have a Discord account, please create one on their site and report back with the credentials." %}

{% endblock content %}