Update event authorisation status chip with more statusi

Closes #446
This commit is contained in:
2021-09-23 11:39:54 +01:00
parent abb0e35690
commit 8c0c0941c2
3 changed files with 7 additions and 3 deletions

View File

@@ -67,9 +67,9 @@
</h4>
{% if event.is_rig and not event.cancelled %}
<h5>
{{ event.person.name }}
<a href="{{ event.person.get_absolute_url }}">{{ event.person.name }}</a>
{% if event.organisation %}
for {{ event.organisation.name }}
for <a href="{{ event.organisation.get_absolute_url }}">{{ event.organisation.name }}</a>
{% endif %}
</h5>
{% endif %}