mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 07:08:03 -05:00
Fixed member count in space settings.
This commit is contained in:
@@ -88,9 +88,8 @@
|
|||||||
<h4>
|
<h4>
|
||||||
{% trans 'Members' %}
|
{% trans 'Members' %}
|
||||||
<small class="text-muted"
|
<small class="text-muted"
|
||||||
>{{ space_users|length }}/ {% if request.space.max_users > 0 %} {{ request.space.max_users }}{% else
|
>{{ space_users|length }}/{% if request.space.max_users > 0 %} {{ request.space.max_users }}{% else %}∞{% endif %}
|
||||||
%}∞{% endif %}</small
|
</small>
|
||||||
>
|
|
||||||
<a class="btn btn-success float-right" href="{% url 'new_invite_link' %}"
|
<a class="btn btn-success float-right" href="{% url 'new_invite_link' %}"
|
||||||
><i class="fas fa-plus-circle"></i> {% trans 'Invite User' %}</a
|
><i class="fas fa-plus-circle"></i> {% trans 'Invite User' %}</a
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user