Skip to content

Commit

Permalink
Fix one last thing for panels emails
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Sep 11, 2023
1 parent 2998fb9 commit f5c710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uber/templates/emails/panels/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if panelist.guidebook_bio %}<li><strong>Schedule Bio</strong>: {{ panelist.guidebook_bio|linebreaksbr }}</li>{% endif %}
{% if panelist.display_name %}<li><strong>Display Name</strong>: {{ panelist.display_name }}</li>{% endif %}
{% if panelist.has_social_media %}
<li><strong>Social Media</strong>: {{ panelist.social_media_info|replace("\n", ";") }}</li>
<li><strong>Social Media</strong>: {{ panelist.social_media_info|linebreaksbr }}</li>
{% endif %}
{%- endmacro -%}

Expand Down

0 comments on commit f5c710b

Please sign in to comment.