mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Fixes display of empty cell in invites table
This commit is contained in:
parent
265c2f8d9d
commit
15711bdae2
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<form name="ignore-request" method="post" action="{% url 'settings-invite-requests-ignore' %}">
|
||||
|
|
Loading…
Reference in a new issue