diff --git a/app/templates/core/base.html b/app/templates/core/base.html index e8a5628..caaa8d1 100644 --- a/app/templates/core/base.html +++ b/app/templates/core/base.html @@ -1,3 +1,4 @@ + @@ -119,11 +120,15 @@ Orphaned Media +
  • + + Invitations + +
  • {% endif %} - +
    + {{ form.invites_remaining.label(class="form-label") }} + {{ form.invites_remaining(class="form-control") }} + + How many invitations this user may still send. + +
    +
    diff --git a/plugins/admin/templates/admin/users/list.html b/plugins/admin/templates/admin/users/list.html index 6e2b3b8..50647a1 100644 --- a/plugins/admin/templates/admin/users/list.html +++ b/plugins/admin/templates/admin/users/list.html @@ -1,3 +1,4 @@ +{# File: plugins/admin/templates/admin/users/list.html #} {% extends 'core/base.html' %} {% block title %}Users – Admin – Nature In Pots{% endblock %} {% block content %} @@ -36,9 +37,15 @@ - - - + + + + + + + + + @@ -61,6 +68,7 @@ {% endif %} + `); }); - // hide pagination when searching paginationNav.style.display = q ? 'none' : ''; }); }
    IDEmailRoleVerifiedExcludedStatusJoinedActionsIDEmailRoleVerifiedExcludedStatusJoinedInvites RemainingActions
    {{ u.created_at.strftime('%Y-%m-%d') }}{{ u.invites_remaining }} Edit + + Adjust Invites + + Invitations + {% if u.is_deleted %}
    Edit + Adjust Invites + Invitations ${actionForms}