Fixes display of empty cell in invites table

This commit is contained in:
Mouse Reeve 2021-04-01 19:45:38 -07:00
parent 265c2f8d9d
commit 15711bdae2

View file

@ -79,6 +79,8 @@
{# accepted #}
{% if req.invite.invitees.exists %}
<a href="{{ req.invite.invitees.first.local_path }}">@{{ req.invite.invitees.first.localname }}</a>
{% else %}
&nbsp;
{% endif %}
{% else %}
<form name="ignore-request" method="post" action="{% url 'settings-invite-requests-ignore' %}">