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