{% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}The invite feature is disabled{% endblocktrans %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %}
disabled_by_default {% blocktrans %}The invite feature is disabled.{% endblocktrans %}

{% trans "To enable it, switch on the corresponding checkbox in the authentication section of the " %} {% trans "site preferences page" %}.

{% endblock %}