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

View file

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