Commit 0b7bb9f
committed
fix: correctly add undergrads to CV (not grad section)
The condition 'grad in role_lower' was matching 'undergrad'.
Now checks 'undergrad not in role_lower' before matching grad.
Also fixed Theo Larson's CV entry (moved to Undergraduate Advisees).1 parent 7891684 commit 0b7bb9f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
663 | 662 | | |
664 | 663 | | |
665 | 664 | | |
| |||
734 | 733 | | |
735 | 734 | | |
736 | 735 | | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
| 945 | + | |
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
| |||
0 commit comments