Show chair for session on main overview page
Plus keep it a link so opt out is not impossible.
This commit is contained in:
parent
e41da66cac
commit
ce32fd69b6
1 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,8 @@
|
||||||
<em>Session chair:
|
<em>Session chair:
|
||||||
{% if not session.chair %}
|
{% if not session.chair %}
|
||||||
<a href="{% url "schedule_session_detail" session.id %}">Volunteer! 🙋</a>
|
<a href="{% url "schedule_session_detail" session.id %}">Volunteer! 🙋</a>
|
||||||
|
{% else %}
|
||||||
|
<a href="{% url "schedule_session_detail" session.id %}">{{ session.chair.user.attendee.attendeeprofilebase.attendeeprofile.name }}</a>
|
||||||
{% endif %}</em>
|
{% endif %}</em>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue