diff --git a/_includes/oldsite.html b/_includes/oldsite.html
index 9b5e8bd..ed28294 100644
--- a/_includes/oldsite.html
+++ b/_includes/oldsite.html
@@ -13,7 +13,7 @@
{{ committee_member.FirstName }} {{ committee_member.LastName }}
- {% if committee_member.Role != 'None' %}{{ committee_member.Role }}
{% endif %}{{ committee_member.Title }} at {{ committee_member.Organization.Name }}
+ {% if committee_member.Role and committee_member.Role != 'None' %}{{ committee_member.Role }}
{% endif %}{{ committee_member.Title }} at {{ committee_member.Organization.Name }}