Fix notes on invites showing in list view
This commit is contained in:
parent
50c07f491e
commit
c9f7a06fe5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue