mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-22 18:26:17 +00:00
Fix notes on invites showing in list view
This commit is contained in:
parent
50c07f491e
commit
c9f7a06fe5
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue