diff --git a/bookwyrm/templates/settings/invites/manage_invite_requests.html b/bookwyrm/templates/settings/invites/manage_invite_requests.html index bdd60099a..59eca25d5 100644 --- a/bookwyrm/templates/settings/invites/manage_invite_requests.html +++ b/bookwyrm/templates/settings/invites/manage_invite_requests.html @@ -28,86 +28,88 @@ {% include 'settings/invites/invite_request_filters.html' %} -
- {% trans "Date requested" as text %} - {% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %} - | -- {% trans "Date accepted" as text %} - {% include 'snippets/table-sort-header.html' with field="invite__invitees__created_date" sort=sort text=text %} - | -{% trans "Email" %} | - {% if site.invite_request_question %} -{% trans "Answer" %} | - {% endif %} -- {% trans "Status" as text %} - {% include 'snippets/table-sort-header.html' with field="invite__times_used" sort=sort text=text %} - | -{% trans "Action" %} | -|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% trans "No requests" %} | ||||||||||||||||||||
{{ req.created_date | naturaltime }} | -{{ req.invite.invitees.first.created_date | naturaltime }} | -{{ req.email }} | - {% if site.invite_request_question %} -{{ req.answer }} | - {% endif %} -
- {% if req.invite.times_used %}
- {% trans "Accepted" %}
- {% elif req.invite %}
- {% trans "Sent" %}
- {% else %}
- {% trans "Requested" %}
+
+
|
+