Fix notes on invites showing in list view

This commit is contained in:
Andrew Godwin 2022-12-26 09:42:35 -07:00
parent 50c07f491e
commit c9f7a06fe5
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@
<small> <small>
{% if invite.expires %} {% if invite.expires %}
Expires in {{ invite.expires|timeuntil }} Expires in {{ invite.expires|timeuntil }}
{% if invite.notes %}|{% endif %} {% if invite.note %}|{% endif %}
{% endif %} {% endif %}
{% if invite.notes %} {% if invite.note %}
{{ invite.notes }} {{ invite.note }}
{% endif %} {% endif %}
</small> </small>
</span> </span>