From 651208eb322204eeafb24fbbb0ca87badc5ff051 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 17 Jul 2015 14:15:57 -0500 Subject: Do not add "Resource URL" field to Person template --- export.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/export.py b/export.py index 2cb0bd3..d0221cd 100644 --- a/export.py +++ b/export.py @@ -194,8 +194,7 @@ def extract_people(df): yield Template('Person', [ ('Real name', name), ('Role', 'contact'), - ('Email', email), - ('Resource URL', '')]) + ('Email', email)]) def extract_resources(cp_header): cp_header = cp_header.dropna() -- cgit v1.2.3