fix room.txt
This commit is contained in:
parent
3c39fa8902
commit
c64d5fc66c
|
@ -1,6 +1,9 @@
|
||||||
{{ room.title }}
|
{{ room.title }}
|
||||||
You've been invited, join at {{ room.link }}
|
|
||||||
|
|
||||||
{% for notif in room.notifs %}
|
{% if room.invite %}
|
||||||
{% include 'notif.txt' with context %}
|
You've been invited, join at {{ room.link }}
|
||||||
{% endfor %}
|
{% else %}
|
||||||
|
{% for notif in room.notifs %}
|
||||||
|
{% include 'notif.txt' with context %}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue