Evie was getting a 500 error on person_detail pages, since the code was not expecting prints with annotations on them. Fixed that so both prints that a person created and any with annotations mentioning the person come up. Refactored _pages_for_person into the Biography class, and added some functionality to BDRObject that was needed for some functionality involving the == and "in" operators.
Evie was getting a 500 error on person_detail pages, since the code was not expecting prints with annotations on them. Fixed that so both prints that a person created and any with annotations mentioning the person come up. Refactored _pages_for_person into the Biography class, and added some functionality to BDRObject that was needed for some functionality involving the == and "in" operators.