mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
billing: Enforce license limit for plans on manual license management.
This commit is contained in:
15
templates/zerver/no_spare_licenses.html
Normal file
15
templates/zerver/no_spare_licenses.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "zerver/portico.html" %}
|
||||
{% block portico_content %}
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<h3>{{ _("This organization cannot accept new members right now.") }}</h3>
|
||||
|
||||
<p>
|
||||
{% trans %}
|
||||
New members cannot join this organization because all Zulip licenses are currently in use. Please contact the person who
|
||||
invited you and ask them to increase the number of licenses, then try again.
|
||||
{% endtrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user