fix room.txt

This commit is contained in:
Matthew Hodgson 2016-05-05 01:59:20 +01:00
parent 3c39fa8902
commit c64d5fc66c

View file

@ -1,6 +1,9 @@
{{ room.title }}
You've been invited, join at {{ room.link }}
{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}
{% if room.invite %}
You've been invited, join at {{ room.link }}
{% else %}
{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}
{% endif %}