Skip to content

Commit

Permalink
Remove event icons from speakers in schedule table. (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
valberg authored Jul 30, 2023
1 parent f1760bd commit 808dd3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/program/templates/noscript_schedule_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ <h3>Schedule for {{ camp.title }}. All times are {{ event_slots.0.when.lower|dat
<span class="speaker">
<a href="{% url 'program:speaker_detail' camp_slug=camp.slug slug=speaker.slug %}"><i class="fas fa-user fa-fw"></i>
{{ speaker.name }}
{% for speakerevent in speaker.events.all %}
{{ speakerevent.event_type.icon_html}}
{% endfor %}
</a>
</span><br />
{% empty %}
Expand Down

0 comments on commit 808dd3c

Please sign in to comment.